[208] Implement Trie (Prefix Tree) https://leetcode.com/problems/implement-trie-prefix-tree - Medium (25.58%) - Total Accepted: 50086 - Total Submissions: 195758 **\* Testcase Example: 'search("a")'** It will exception by using this example.