DEV Community

Surajeet Das
Surajeet Das

Posted on

How do I search lemma from trie when insertion is done?

Well, actually I wrote this code for getting lemma from trie. But there is an issue with this variable 'isEndOfWord' which is a boolean and is used to signify if the word in trie is completed or not. This boolean variable always holds the value 'false' which makes it unable…

Top comments (0)