Adobe Interview Question

Desgin a search system for a document search.

Interview Answers

Anonymous

Feb 17, 2018

Use Trie data structure or any graph based representation.

3

Anonymous

Oct 20, 2018

take a map with string and vector in cpp, and store positions of a particular element in vector, the best part vector will be sorted.

Anonymous

Oct 20, 2018

take a map with string and vector in cpp, and store positions of a particular element in vector, the best part vector will be sorted.