Commit d5a01b8
AVL tree library (#102)
* AVL tree library implementation
* added value and range query
* added tests and natspec
* added Traversal library
* insert and remove optimization
* added natspec, hasPrev and prev
* fixed natspec, removed Typecaster
* fixed removal, added more tests
* clean up
* version
* quick readme update
---------
Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com>1 parent 59b1654 commit d5a01b8
File tree
6 files changed
+1938
-157
lines changed- contracts
- libs/data-structures
- mock/libs/data-structures
- test/libs/data-structures
6 files changed
+1938
-157
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments