Skip to content

Commit 6eb1fc1

Browse files
committed
Changed readme to make demo more visible
1 parent 66f8cf1 commit 6eb1fc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# btree-js
2-
Here is [Allen Chang](https://allendevelops.wordpress.com) and Eric Yang's javascript implementation for [B-tree](https://en.wikipedia.org/wiki/B-tree) of order 3 and above.
2+
Demo: **[JS BTree](http://yangez.github.io/btree-js/)**
33

4-
Demo here: [JS BTree](http://yangez.github.io/btree-js/)
4+
This is [Allen Chang](https://allendevelops.wordpress.com) and [Eric Yang](http://www.eric-y.com)'s javascript implementation for [B-tree](https://en.wikipedia.org/wiki/B-tree) of order 3 and above.
55

6-
Currently we can `search` and `insert`. We're planning on adding `delete` soon. We derived our own insert algorithm as follows:
6+
Currently we can `search` and `insert`. We derived our own insert algorithm as follows:
77

88
1. Traverse the b-tree for the correct leaf to insert the value.
99
2. Insert value into leaf.

0 commit comments

Comments
 (0)