A long time ago I performed a reserach (during an assignment in the University) regarding Tries' implementation.
- Double array trie (DA Trie)
- Descent Trie
- Suffix Trie
- List Trie
- Indexed Array (Not a trie, just for comparision purpose)
To run example app: java -cp "DA TRIE/dist/DA_TRIE.jar" exec.MainWindow