Skip to content

hiyainc-oss/trie-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trie-map

Build Status Download

The trie map is:

  • A prefix tree written for Scala,
  • Generic enough for storing any kind of Seq[K]-s
  • Efficient (d*log n, where d is the depth of the trie) for prefix 'string' (Seq[K]) search
  • Can store any type of value with the keys, under their respective prefixes

Adding it to an sbt project

Add the following to the build.sbt:

libraryDependencies += "com.hiya" %% "trie-map" % "0.0.4"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages