Question: Suppose the library uses an efficient online system to search for the books. The book names are stored in an appropriate data structure, along

Suppose the library uses an efficient online system to search for the books. The book names are stored in an appropriate data structure, along with its authors, editions, publisher etc. Library users search for a book by providing the title. The system picks the key words and displays the result. For example "algorithm" word may display many titles such as "data structures & algorithms", "complexity of algorithms", "writing algorithm in C++* etc. What is the best data structure for this scenario. Justify your answer.
Step by Step Solution
3.54 Rating (154 Votes )
There are 3 Steps involved in it
Answer In the scenario described where a library needs to efficiently search for books by title usin... View full answer
Get step-by-step solutions from verified subject matter experts
