8000 GitHub - rohanjr/tries: Functional trie implementations (mutable and immutable)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0