Design Add and Search Word - TRIE | LeetCode 211 | Medium

LeetCode 211 problem - Design Add and Search Words Data Structure - https://leetcode.com/problems/design-... Desc - Design a data structure that supports adding new words and finding if a string matches any previously added string. Source code - https://github.com/ojasmaru/LetsAlgoT... 00:00 Intro 01:56 Problem Description 03:17 Whiteboarding I 10:09 Actual code I 11:35 Whiteboarding II 15:15 Actual code II Similar problem - LeetCode 208 problem - Implement Trie (Prefix Tree) - https://leetcode.com/problems/impleme... Video link for that problem -    • Implement Trie (Prefix Tree) | LeetCode 20...