SupurCalvinHiggins / y-fast-trie

A C++ implementation of a Y-Fast Trie.
1 stars 1 forks source link

Predecessor and successor should be inclusive #36

Closed SupurCalvinHiggins closed 2 years ago

SupurCalvinHiggins commented 2 years ago

I made a big mistake and thought that the predecessor and successor are strict but they are not. We need to add the correct predecessor and successor code to all tries and trees.