Skip to content

Latest commit

 

History

History

trie

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

前缀树(字典树)(trie数)

定义

  • 根节点一般不包含字符
  • 所有的key都是字符串,能够高效的插入和查询