No description
- C++ 85.9%
- CMake 14.1%
| .devcontainer | ||
| tests | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| main.cpp | ||
| README.md | ||
| trie.cpp | ||
| trie.h | ||
3P-Trie
To Compile/Run
cmake . -B build(on Windows native, usecmake . -B build -G "MinGW Makefiles")cd buildmake(on Windows native, usemingw32-make)./run-testsor./run-main
Important Notes:
- Do not modify the
tests/folder.