lander/trie
Jef Roosens a153c4e22d
test: update tests to use new API
2022-12-07 12:56:31 +01:00
..
include refactor: started refactoring trie api (contains segfaults) 2022-12-07 12:29:37 +01:00
src test: update tests to use new API 2022-12-07 12:56:31 +01:00
test test: update tests to use new API 2022-12-07 12:56:31 +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.