Skip to content

Commit 17f48ba

Browse files
author
Aurélien Ooms
authored
Update README.md
1 parent 7a3e662 commit 17f48ba

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[js-bst](http://aureooms.github.io/js-bst)
22
==
33

4-
Binary search tree code bricks in JavaScript. Parent is
5-
[aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
4+
Binary search tree code bricks in JavaScript.
5+
Parent is [aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
66

77
```js
88
let tree = new SplayTree( compare.increasing ) ;
@@ -101,6 +101,12 @@ Alternatively, you can use any tool mentioned [here](http://bower.io/docs/tools/
101101
```js
102102
require( [ "aureooms-js-bst" ] , function ( bst ) { ... } ) ;
103103
```
104+
## Children
105+
106+
- [x] [@aureooms/js-red-black-tree](https://github.com/aureooms/js-red-black-tree)
107+
- [ ] Splay tree
108+
- [ ] AVL tree
109+
104110

105111
## Reference
106112

0 commit comments

Comments
 (0)