Implementation of a trie data structure (specifically, a Patricia/radix tree) storing a dictionary, created during Individual Programming Project course.
Full task description (in Polish).
make
./dictionary
Use ./run_tests.sh
for testing.
Implementation of a trie data structure (specifically, a Patricia/radix tree) storing a dictionary, created during Individual Programming Project course.
Full task description (in Polish).
make
./dictionary
Use ./run_tests.sh
for testing.