Skip to content

cespare/trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trie

Go Reference

This is a Go package implementing a trie (prefix tree) over byte slices.

This is a temporary naive implementation that will be replaced with a double-array trie (see https://github.com/cespare/go-trie). The API will hopefully remain unchanged.

About

A trie implementation in Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages