Direct Access Data Structures
Text as pdf
Files to use with the Problem 10.1:
Sample Eliza conversation ElizaSample.txt
Please, use the following file to handle the user interactions once your program has been designed and tested: Interactions.java
Code organization for the Problem 10.2:
Algorithms
class: contains the method
selectionSort
and its helper methods.Book
class: used for examliles of data to sortBooksByTitle
class: implements the
Comparator
interface for Book
data.BooksByYear
class: implements the
Comparator
interface for Book
data.Examples
class: defines examples of
ArrayList
s of books to be sorted and includes tests for
the methods defined in the Algorithms
class.Files to use with Problem 10.3:
HashMap
class: HashMapIntro.txtDue Dates: