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
|
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
|
67a0d2f547
|
Make treeset take an interface, make the trees satisfy that interface
|
2017-02-26 19:46:04 -06:00 |
|
Benjamin Scher Purcell
|
64f44f66bc
|
more tests, revise existing tests
|
2017-02-26 13:12:51 -06:00 |
|