lander/trie
Jef Roosens 11cd537759
feat: switch to C-based compilation, start of simple event loop
2023-05-29 18:27:40 +02:00
..
include feat: switch to C-based compilation, start of simple event loop 2023-05-29 18:27:40 +02:00
src feat: switch to C-based compilation, start of simple event loop 2023-05-29 18:27:40 +02:00
test
CMakeLists.txt
README.md

README.md

Trie design

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