Skip to content

Latest commit

 

History

History

211-ImplementTrie

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Design Add and Search Words Data Structure

Problem can be found in here!

Solution: Trie

Time Complexity: O(M), Space Complexity: O(1), where M is the key length