This challenge is to code a hash table. This challenge is written in a way to be coding language independent. Special language notes are given simply for points of reference.
The grader's test scenarios will cover all or most of the required program code (this chiefly consists of required constructors and required instance methods per the ADT)
Be very careful to avoid blocker bugs. They can turn awesome code into non-runnable zero-scoring code.