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 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.