Skip to content
/ tries Public

Functional trie implementations (mutable and immutable)

Notifications You must be signed in to change notification settings

rohanjr/tries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional trie implementations in OCaml.

Both an immutable version using maps and a mutable version using hash tables are included. There is also some example code in each file to count prefix completions, given input containing words to add and prefixes to find.

Interestingly, the immutable version performs better.

About

Functional trie implementations (mutable and immutable)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages