Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You've been asked to help put together the back-end software for DeNile, a new online bookseller. While the overall functionality of the website will be

You've been asked to help put together the back-end software for DeNile, a new online bookseller.

While the overall functionality of the website will be extensive, your job is to recommend how to structure the data for two tasks - retrieving a book by its ISBN number, and retrieving all of the books by a particular author (sorted by title.)  The author names will be last name first with no duplicate author names (assume an alternate universe.)

Given your knowledge of books, and more importantly...data structures, what sort of data structures/state would you for each of these tasks?  Give the specific implementation details of each structure using the proper terms.  Also describe how the author's books will be sorted.

You can assume that there is a process in place to distinguish between authors with the same name to keep names unique

Explain what you'd do and why, but code is neither required nor desired.

Step by Step Solution

3.41 Rating (160 Votes )

There are 3 Steps involved in it

Step: 1

Retrieving a Book by ISBN Number For quick retrieval of a book by its ISBN number a hash table also known as a dictionary would be a suitable data str... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Project Management The Managerial Process

Authors: Eric W Larson, Clifford F. Gray

8th Edition

1260570436, 978-1260570434

More Books

Students also viewed these Programming questions

Question

What are the principles for defining and recognising these items?

Answered: 1 week ago

Question

Summarize the goal of humanistic psychotherapy.

Answered: 1 week ago