No description
  • C++ 83.9%
  • Typst 11.3%
  • CMake 3.2%
  • C 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-27 08:15:00 -06:00
.devcontainer source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
child_histogram source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
doc source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
test_node_functions source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
wordlists source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
.gitignore update 2026-08-27 08:15:00 -06:00
bitwiseops.h source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
CMakeLists.txt update 2026-08-27 08:15:00 -06:00
d1.csv update 2026-08-27 08:15:00 -06:00
d2.csv update 2026-08-27 08:15:00 -06:00
lil_trie.cpp update 2026-08-27 08:15:00 -06:00
lil_trie.h update 2026-08-27 08:15:00 -06:00
liltrie.cpp source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
liltrie.h source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
main-test.cpp update 2026-08-27 08:15:00 -06:00
main.cpp update 2026-08-27 08:15:00 -06:00
main.typ update 2026-08-27 08:15:00 -06:00
random220.cpp source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
random220.h source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
README.md source for 3A-LilTrieAdventure 2026-04-12 22:54:47 -06:00
trie.cpp update 2026-08-27 08:15:00 -06:00
trie.h update 2026-08-27 08:15:00 -06:00

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

  1. You will need to copy your 3P-Trie header and source file file into this tree.
    The build expects them to be named trie.h and trie.cpp. Make sure you can build run-main with your 3P-Trie code before making changes for this project.
  2. cmake . -B build (on Windows native, use cmake . -B build -G "MinGW Makefiles")
  3. cd build
  4. make (on Windows native, use mingw32-make)
  5. ./run-main