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