lander/trie
Jef Roosens 50ebf86589
refactor: started refactoring trie api (contains segfaults)
2022-12-07 12:29:37 +01:00
..
include refactor: started refactoring trie api (contains segfaults) 2022-12-07 12:29:37 +01:00
src refactor: started refactoring trie api (contains segfaults) 2022-12-07 12:29:37 +01:00
test refactor: move trie back to own static library 2022-12-07 10:57:58 +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

README.md

Trie design

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