binary_tree 1.0.6 binary_tree: ^1.0.6 copied to clipboard
Self-Balancing Binary Search Tree for Dart. BST is implemented as Iterable. There are many operations such as greaterThen, lessThenOrEqual (create sublist), max , min etc.
1.0.6 #
- Fix comparison operators
- sdk version updated
1.0.5 #
search
added- different type comparison support. (E.g
test/methods_test.dart
)
1.0.4 #
- change
==
toidentical || ==
1.0.3 #
Bound
added toiteratorFrom
.- Readme changed
- change
==
toidentical
1.0.2 #
- Added tree type(AVL) to readme
- All
then
renamed tothan
- code cleanup
1.0.1 #
- Readme.md updated
1.0.0 #
- Initial version.