program not counting properlyYes, I have string w in struct.
program not counting properlySomeone please help me!!!!!!!!!!!!!!!!
program not counting properlyoh sorry I have string w in my struct.
program not counting properly[code]class Trie { public: TrieNode *root; Trie (); virtual bool addDict...
program not counting properlythis is my struct. [code]struct TrieNode { int data; bool end; string w; ...