lander/trie
2022-12-08 12:12:29 +01:00
..
include fix: make tests work with new trie 2022-12-08 12:12:29 +01:00
src fix: make tests work with new trie 2022-12-08 12:12:29 +01:00
test fix: make tests work with new trie 2022-12-08 12:12:29 +01:00
CMakeLists.txt refactor: move trie back to own static library 2022-12-07 10:57:58 +01:00
README.md refactor: move locking responsibility to user 2022-12-07 11:28:20 +01:00

Trie design

This trie is a modified version of the custom trie I had to implement for my Algorithms & Datastructures 3 course.