Skip to content
Snippets Groups Projects
Commit 272feca3 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

hattrie: fixed lesser_or_equal traceback from pure hashtable node

pure hashtable is a node type where all keys share a common letter,
so it is consumed on parent node -> pure trie node transition.
So when tracing back, this letter must be returned.

Also updated unit tests to cover these sort of situations.
parent af20e8b7
No related branches found
No related tags found
1 merge request!183Hattrie Leq Fix
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment