If a word is typed in Google, it will show a list of words as suggestions in a drop-down list.
For example, if you type what
, it will show what is your name
, what is your father's name
, what is your college name
, etc. in 8 words.
What is a suitable data structure, as well as best way to list those suggestions?