Implementation of dictionaries using the trie prefix data structure.
For recreational and learning purposes.
References:
- Prefix trie wikipedia page: https://en.wikipedia.org/wiki/Trie
Batch utilities:
- make.bat:
- compiles main.cpp in main.exe and runs it.
- runtests.bat:
- compiles *.cpp files in the tests folder and runs them 1 by 1.