We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbd0c8 commit 188d4ccCopy full SHA for 188d4cc
README.md
@@ -1,12 +1,12 @@
1
[aureooms/js-red-black-tree](https://aureooms.github.io/js-red-black-tree)
2
==
3
4
+<img src="https://cdn.rawgit.com/aureooms/js-red-black-tree/master/media/sketch.svg" width="864">
5
+
6
```js
7
let tree = RedBlackTree.from( increasing , range( 100000 ) ) ;
8
```
9
-<img src="https://cdn.rawgit.com/aureooms/js-red-black-tree/master/media/sketch.svg" width="864">
-
10
Red-black tree library for JavaScript.
11
See [documentation](https://aureooms.github.io/js-red-black-tree/index.html).
12
Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).
0 commit comments