Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 248 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 248 Bytes

TrieMap

A Trie Tree Map This aim of this structure is to replace the HashMap[String,T].

The key of string type is built on the Trie-Tree.

For the quickly retrieve,you can only put or get the value for some key,so it is an immutable collection.