Skip to content

Commit 188d4cc

Browse files
author
Aurélien Ooms
authored
Update README.md
1 parent 3dbd0c8 commit 188d4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[aureooms/js-red-black-tree](https://aureooms.github.io/js-red-black-tree)
22
==
33

4+
<img src="https://cdn.rawgit.com/aureooms/js-red-black-tree/master/media/sketch.svg" width="864">
5+
46
```js
57
let tree = RedBlackTree.from( increasing , range( 100000 ) ) ;
68
```
79

8-
<img src="https://cdn.rawgit.com/aureooms/js-red-black-tree/master/media/sketch.svg" width="864">
9-
1010
Red-black tree library for JavaScript.
1111
See [documentation](https://aureooms.github.io/js-red-black-tree/index.html).
1212
Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).

0 commit comments

Comments
 (0)