Skip to content Skip to sidebar Skip to footer
Showing posts with the label Binary Tree

How To Implement A Binary Trie That Has Nodes That Read 4 Bits At A Time?

I am trying to find a way to sort of inline a binary trie in some sense. Basically, a binary trie h… Read more How To Implement A Binary Trie That Has Nodes That Read 4 Bits At A Time?