Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Trie

A Trie is a tree like structure whose elements are a finite set of keys, where a key can be thought of as a sequence of symbols that belong to a given alphabet.

Implementations

  1. Standard Trie