5 lines
130 B
Markdown
5 lines
130 B
Markdown
|
# Trie design
|
||
|
|
||
|
This trie is a modified version of the custom trie I had to implement for my
|
||
|
Algorithms & Datastructures 3 course.
|