mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-13 01:04:03 +00:00
a29dc270e6
Use a generic isComparable method to determine if a value is comparable in size when using the isKey method in the BinaryTree. Fix the boundary value bug in the getNodes method of BinaryTree. Support callback functions in getLeftMost and getRightMost to support returning results with different properties. If a comparator is specified for BST, the isKey method will force the object type to be comparable. The isComparable method has been implemented based on JavaScript's comparison principles. |
||
---|---|---|
.. | ||
binary-tree | ||
graph | ||
hash | ||
heap | ||
linked-list | ||
matrix | ||
priority-queue | ||
queue | ||
stack | ||
tree | ||
trie |