Overview

In this project, you will gain experience implementing Java’s Map Interface. By the end, students will be able to:

  • Build a data structure by delegating to other data structures.
  • Review the iterator design pattern.
  • Practice choosing invariants to ease implementation.

Getting the Assignment

Follow the instructions from the Deques assignment to add your partner into your group and pull the assignment from the public skeleton.

Like previous projects, if IntelliJ doesn’t react to the new folder for whatever reason, refresh Gradle manually through the Gradle tool window (on the right by default):

Gradle Refresh


Subpages

  1. Programming - Complete the programming portion of the assignment.