Solution to Add and Search Word – Data Structure Design by LeetCode

8 Jan

Question: https://leetcode.com/problems/add-and-search-word-data-structure-design/

Question Name: Add and Search Word – Data Structure Design

This is a variant of prefix tree (trie).

Leave a Reply

Your email address will not be published. Required fields are marked *

Please put your code into a <pre>YOUR CODE</pre> section. Thanks and Happy Coding!