JAVA
Sorting
Why would we want a sorted list?
A new class that implements Comparator, which has a method compareinside
Simulation
Simulation is when a program simulates a real-world problem
Be able to give an example
The compareTo method
What should compareTo (a, b) return?
Hashing
What is it?
What is a hash table?
What are the characteristics of a perfect hash function?
What is a collision?
Standard methods of collision resolution:
Open Addressing (linear probing, quadratic probing), buckets
Expert Answer
An answer will be send to you shortly. . . . .