No description
- C++ 83.9%
- Typst 11.3%
- CMake 3.2%
- C 1.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .devcontainer | ||
| child_histogram | ||
| doc | ||
| test_node_functions | ||
| wordlists | ||
| .gitignore | ||
| bitwiseops.h | ||
| CMakeLists.txt | ||
| d1.csv | ||
| d2.csv | ||
| lil_trie.cpp | ||
| lil_trie.h | ||
| liltrie.cpp | ||
| liltrie.h | ||
| main-test.cpp | ||
| main.cpp | ||
| main.typ | ||
| random220.cpp | ||
| random220.h | ||
| README.md | ||
| trie.cpp | ||
| trie.h | ||
3A-LilTrieAdventure analysis
Unlike programming projects, this repo does not have any tests infrastructure.
The project prompt is a PDF file in the ./doc directory.
To Compile/Run
- You will need to copy your 3P-Trie header and source file file into this tree.
The build expects them to be namedtrie.handtrie.cpp. Make sure you can buildrun-mainwith your 3P-Trie code before making changes for this project. cmake . -B build(on Windows native, usecmake . -B build -G "MinGW Makefiles")cd buildmake(on Windows native, usemingw32-make)./run-main