pl debug my code,so that i can understand mistake
code:https://ide.codingblocks.com/s/225110
Why i am not passing any test case
@spagire4 you are not taking the case when the given prefix is not available in the trie.
In that case print ‘No Suggestion’ and add that string to the tree.