You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 190 ||[2185. Counting Words With a Given Prefix](https://leetcode.com/problems/counting-words-with-a-given-prefix/)|[G]trie| custom trie node|[Python]([G]trie/[G]trie/2185-counting-words-with-a-given-prefix.py)|
205
+
| 191 ||[2416. Sum of Prefix Scores of Strings](https://leetcode.com/problems/sum-of-prefix-scores-of-strings/)|[G]trie| custom trie node|[Python]([G]trie/[G]trie/2416-sum-of-prefix-scores-of-strings.py)|
206
+
| 192 ||[745. Prefix and Suffix Search](https://leetcode.com/problems/prefix-and-suffix-search/)|[G]trie| custom trie node|[Python]([G]trie/[G]trie/745-prefix-and-suffix-search.py)|
| 194 | O |[211. Design Add and Search Words Data Structure](https://leetcode.com/problems/design-add-and-search-words-data-structure/)|[G]trie| perform dfs inside trie|[Python]([G]trie/[G]trie/211-design-add-and-search-words-data-structure.py)|
0 commit comments