Overview

For this project you will implement two classes MySortedLinkedList and WeekActivities that support a weekly calendar implementation. This calendar implementation allows users to schedule activities, and perform typical calendar activities.

Objectives

This project will give you practice using linear data structures and the Java Collections Framework.

Grading

Clarifications

Any clarifications or corrections associated with this project will be available at Clarifications.

Code Distribution

The project's code distribution is available by checking out the project named Calendar. The code distribution provides you with the following:

Specifications

For this project you will implement the classes MySortedLinkedList and WeekActivities that support a weekly calendar implementation. The calendar application documentation can be found in the project's javadoc documentation.

Requirements

Additional Requirements for Students in CMSC 132H (Honors)

The honor section requirements will be discussed in lecture.

Suggestions on How to Start/Implement This Programming Assignment

Web Accessibility