Skip to content

A long time ago I performed a reserach (during an assignment in the University) regarding Tries' implementation

Notifications You must be signed in to change notification settings

vituchon/Trie-Alike-Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intent

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

About

A long time ago I performed a reserach (during an assignment in the University) regarding Tries' implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages