tarfeef101
|
8fa43f72d6
changed compression calculations to subtract constant size of root nodes
|
6 年之前 |
tarfeef101
|
b88d77b2bf
Fixed delete (in theory). forgot to sub1 from curmag when going to a new curnode compression still seems off though...
|
6 年之前 |
tarfeef101
|
7d91fae20c
fixed compilation errors for test3, started testing/debugging. currently, delete is bugged. whether or not that is because of delete or improper insertion remains to be seen. right now, we have the 4th digit of the string pointing to null where it should point to the 5th element...
|
6 年之前 |
tarfeef101
|
531df00217
finished source3 (not tested), removed an unused var in source1
|
6 年之前 |
tarfeef101
|
36fa4cbcc5
progress on the source3 deletion compression, added some comments to figure the logic out
|
6 年之前 |
tarfeef101
|
ae58a8258b
removing unnecessary continues in source3, fixing bug for deletion where negative counts were possible in all sources
|
6 年之前 |
tarfeef101
|
c36902149c
finished insert, working on delete
|
6 年之前 |
tarfeef101
|
3669db04ab
made changed up to and including search for base 10
|
6 年之前 |
tarfeef101
|
caed7b6d06
quick header guard fix, started source3 which is supposed to work as a base 10 version of the trie.
|
6 年之前 |