albertauyeung / albertauyeung.github.io

Homepage
https://albertauyeung.github.io/
0 stars 1 forks source link

Implementing Trie in Python - Albert Au Yeung #10

Closed albertauyeung closed 9 months ago

albertauyeung commented 4 years ago

https://albertauyeung.github.io/2020/06/15/python-trie.html

What is a Trie?Trie is a very useful data structure. It is commonly used to represent a dictionary for looking up words in a vocabulary.For example, consider...

koushikkhan commented 3 years ago

first time I got something which is easy to understand and code! great work, thanks