Emir Pasic
|
69d2184011
|
Implement GetNode() for BTree AVLTree and RedBlackTree and Node() function for their iterators
|
2022-04-12 03:33:59 +02:00 |
|
Emir Pasic
|
08ae493e8a
|
Implement NextTo and PrevTo for all iterators and containers (index or key, forward-only or reversable)
|
2022-04-12 01:20:56 +02:00 |
|
Emir Pasic
|
7eadb02f45
|
- all trees (de)serialization
|
2017-03-06 04:18:23 +01:00 |
|
Emir Pasic
|
bf32da08f2
|
- mimicking iterator behavior as with red-black tree (copied/pasted same test from red-black tree and fixed the iterator logic)
|
2017-03-05 21:47:47 +01:00 |
|
Benjamin Scher Purcell
|
38b9436208
|
fix tests
|
2017-02-26 21:45:46 -06:00 |
|
Benjamin Scher Purcell
|
2339521ad9
|
put tests back
|
2017-02-26 18:49:18 -06:00 |
|
Benjamin Scher Purcell
|
d43b189795
|
add random put and remove
|
2017-02-26 13:37:01 -06:00 |
|
Benjamin Scher Purcell
|
64f44f66bc
|
more tests, revise existing tests
|
2017-02-26 13:12:51 -06:00 |
|