rename folder
This commit is contained in:
parent
5b13fbb047
commit
62f85302fd
4 changed files with 1 additions and 52 deletions
|
|
@ -1,13 +0,0 @@
|
|||
import createRBTree from "functional-red-black-tree";
|
||||
|
||||
console.log("#############");
|
||||
console.log("## RB Tree ##");
|
||||
console.log("#############");
|
||||
|
||||
// just a small experiment
|
||||
console.log(
|
||||
createRBTree()
|
||||
.insert(1)
|
||||
.insert(1)
|
||||
.insert(2).begin
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue