/Louds-Trie

Implementation of the Trie data structure in D and Python.

Primary LanguageDMIT LicenseMIT

Louds-Trie

Implementation of the Trie data structure in D and Python.

##Test D implementation

$cd d
$dmd test.d bitarray.d lib/exception.d lib/random/random.d lib/random/string.d queue.d trie.d -unittest
$./test

##Run Python implementation

$cd python
$python3 test.py