i am trying this ques using unordered map every funtion is working ok except recurse …it is creating some error …can help me in finding the problem with that function
Digital dictionary 1 function problem
please mention Question and your your code link
hey sorry … i have rectify the previous problem but i m getting the run error for all three cases after submitting https://ide.codingblocks.com/s/116561 the question is DIGITAL DICTIONARY Peter found a digital dictionary which is far better than normal dictionaries. The digital dictionary has an input field in which one can search any string and the dictionary displays all the words whose prefix is that input string. Now you are given a task to make your own digital dictionary. You will be given words that you can store in your database and then you need to design the search functionality .