I want to write a code for finding k most frequently occurring words in a file, and I referred to some sources to learn best way to do this. All of them were pointing towards the same data structure “trie”. Can anyone provide me with some links to tutorials on trie.
I personally feel that the explanation provided in this tutorial is clear and pretty good.
See this… would definitely help you all the best sir… https://www.quora.com/Can-you-suggest-best-site-or-tutorial-to-learn-Trie-data-structure
1 Like