binary_tree 1.0.5 copy "binary_tree: ^1.0.5" to clipboard
binary_tree: ^1.0.5 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.5 #

  • search added
  • different type comparison support. (E.g test/methods_test.dart)

1.0.4 #

  • change == to identical || ==

1.0.3 #

  • Bound added to iteratorFrom.
  • Readme changed
  • change == to identical

1.0.2 #

  • Added tree type(AVL) to readme
  • All then renamed to than
  • code cleanup

1.0.1 #

  • Readme.md updated

1.0.0 #

  • Initial version.
26
likes
140
pub points
63%
popularity

Publisher

verified publisherstyledart.dev

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

More

Packages that depend on binary_tree