Skip to content

Releases: shawnsmithdev/wbtree

v0.0.4 - Remove unused code in 'top'

26 Apr 22:44
ca562cb
Compare
Choose a tag to compare
Remove dead code in 'top' foreach func

v0.0.3 - Add Greatest/Least methods, optimize memory

26 Apr 22:39
Compare
Choose a tag to compare
Add ReverseForEach, Least & Greatest methods

* Refactor to avoid excessive slice allocation and resizing in Keys()
* Add several effecient getters for partial tree results (TODO testing):
  * Greatest (nodes)
  * GreatestKeys
  * GreatestValues
  * Least (nodes)
  * LeastKeys
  * LeastValues
* Add ReverseForEach for custom iteration in reverse dfs order
* Update README

v0.0.2 - Add ForEach

20 Apr 07:15
989212a
Compare
Choose a tag to compare

Add ForEach

v0.0.1 - initial commit

12 Apr 20:04
3bac7ab
Compare
Choose a tag to compare

It is a weight balanced binary search tree. What more could you want?