Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 410 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 410 Bytes

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