Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gavinleroy/base_trie

 
 

Repository files navigation

Trie data structure library

This library provides an implementation of a trie data structure.

Lookup is based on "chains" of keys; each node of the trie has children representing each potential next key in the chain. See Keychainable.

This interface is modeled after Base.Map for element lookup by keychains. It also provides trie-node lookup by keychains.

About

Trie data structure library

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 99.8%
  • Other 0.2%