Table of Contents

Assignment 1

Learning objectives

To learn and explore:

Short description

You are to complete the missing parts in the file map.e. The given partial implementation is a generic structure of Map, where different instances can store objects of different types but a particular instance will store only sequences of the same type of objects. Objects are inserted in the map using the put feature. For simplicity, the argument passed to the put feature is a pair of key and value – object in the given sequence.

Specification

The full project spec and instructions are posted here.

The Code you need 3311_a1.zip.

Resources and Hints