Quick Index
Video


A video that accompanies this page is here....

Overview


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.

Code this project in Java, not JavaScript.

Challenge Problem Description


NOTE WELL -- The challenge problem text (i.e., references made) refer to this chapter and previous chapters, unless otherwise noted.

Implement a hash table class.

General Rules:


Context Rules (What other code can be used):


Required Sub-Directories and Filenames


The code should be placed in the following sub-directories.

TitleJavaScript
Filename
Java
Filename
Project
Sub-Directory
Note
HashTable Classhash-table.jsHashTable.javahash

Notes:

Extra Credit


This extra credit is worth up to 7 points. Add the following to the HashTable class:


Provided Code


Previous assignments (or assignment answer keys) can be used on this assignment.

To help you get started, the key previous assignments are collected here for your convenience into a project hierarchy.

Download starter project

Scoring (Grading)



How to Submit


Instructions:


FAQs