|
|
36c9b45c1a
|
handle duplicates in insertion into trie properly (return same trie if it already has a FOUND/FOUND_WITH_CHILDREN node awith that key, or change tag of node from CHILDREN to FOUND_WITH_CHILDREN to mark it as inserted
|
2024-09-08 04:41:14 +01:00 |
|
|
|
738e7d93d1
|
fix all bugs in remove5; now, all remove tests have been ported and they all pass fully; should port other tests from KTrie next too
|
2024-09-07 21:54:11 +01:00 |
|
|
|
01d79cd801
|
address a bug where Vector.sub (keys, ~1) was used, solving subscript error, but revealing another error in a subsequent test case
|
2024-09-07 21:35:31 +01:00 |
|
|
|
352e4ff611
|
identify error (subscript raised) with a comment by the offending line stating that it needs to be fixed
|
2024-09-07 20:56:21 +01:00 |
|
|
|
65070d1b52
|
add test for removal
|
2024-09-07 16:50:31 +01:00 |
|
|
|
3c02a47c2e
|
add getPrefixList tests
|
2024-09-07 16:44:41 +01:00 |
|