JAVA

profilegaoxiaone

 Use JAVA and the code should be run

Create a data dictionary that can find a book based on its Dewey Decimal Number.

Dewey Decimal Number:  XYZ . ABC

The key value is the Dewey Decimal Number, as described in Lab 3.

Hash this number (How you do it is up to you!)  and return the title of the book.

You can store the book titles in an array.  The value can be an index into the array.


Data fields are:

Dewey Decimal number of book, title of book

    • 6 years ago
    • 15
    Answer(1)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      DeweyDecimal.zip