You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Binary search trees for Node.js
2
2
3
-
**Note: this module is not actively maintained bar for bug fixes. Its primary use is within NeDB and I do not plan on adding any new features.**
3
+
**Note: this module is a maintained fork of louischatriot/node-binary-search-tree.**
4
4
5
5
Two implementations of binary search tree: <ahref="http://en.wikipedia.org/wiki/Binary_search_tree"target="_blank">basic</a> and <ahref="http://en.wikipedia.org/wiki/AVL_tree"target="_blank">AVL</a> (a kind of self-balancing binmary search tree). I wrote this module primarily to store indexes for <ahref="https://github.com/louischatriot/nedb"target="_blank">NeDB</a> (a javascript dependency-less database).
0 commit comments