Skip to content

IshitaTakeshi/Louds-Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of the Trie data structure in D and Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published