Skip to content

nickstenning/trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trie

A minimal implementation of a trie data structure for Go. Differs from most implementations in that it uses string slices ([]string) as keys, rather than just strings.

This makes it suitable for efficiently storing information about hierarchical systems in general, rather than being specifically geared towards string lookup.

Read the documentation on godoc.org for details of how to use trie.

About

A simple implementation of a prefix-tree (or trie) data structure in Go

Resources

License

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages