Skip to content
Advertisement

how do we check if a word exist inside a trie dictionary in python?

I have this trie dictionary:

JavaScript

I want to define a function that searches through this trie dict and finds its values. how to do it ?

Advertisement

Answer

here is how I do it:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement