Daily Coding Problem - Problem 11 (Implement autocomplete)

preview_player
Показать описание
Daily Coding Problem - Problem 11 (Implement autocomplete / Prefix Tree / Trie) - Python Solution

Рекомендации по теме
Комментарии
Автор

Great content.
Can you please provide the link to joining the Daily Coding Problems mailing list?

aditigautam
Автор

You should probably change the title of this video to Leetcode 208, because that is the problem you are implementing. You don't actually solve Problem 11. Yes, they are similar, but the title suggests you will return the list of possible query strings rather than a boolean. That problem also does not require that you implement the search function.

StevenFarnell
Автор

Can you please solve the leetcode problem no 14? longest common prefix using trie.

rasikamalviya
Автор

Thanks for the work! I am curious about if lines 21 and 22 are mistakenly added. It seems to me not to make any sense.

li-pinjuan