UNPKG
@sivarajans/binary-search-tree
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Binary search tree
@sivarajans/binary-search-tree
/
Readme.md
9 lines
(5 loc)
•
206 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
#
Binary
Search
Tree It
is
called
sorted
binary
tree satisfies that
1.
Left
node
of
parent less that it
2.
Right
node
of
parent greater than it. `npm i
@sivarajans
/
binary
-
search
-
tree`