User profile: Stephaniei492

User info
User name:Stephaniei492
History
Joined:
Number of posts:45
Latest posts:

program not counting properly
Yes, I have string w in struct.

program not counting properly
Someone please help me!!!!!!!!!!!!!!!!

program not counting properly
oh 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 properly
this is my struct. [code]struct TrieNode { int data; bool end; string w; ...