UMBC CMSC 202
UMBC CMSC 202 CSEE | 202 | current 202

Project 2 Design

Due Date

Objective

The objective of this assignment is to make sure that you begin thinking about your project in a serious way early. This will not only give you experience doing design work, but will help you anticipate the number of hours that you'll need to set aside to be able to complete the project.

The Assignment

As the functional design for Project 2 is already done for you, your design assignment is to write the pseudocode for the Heap class member functions. Your pseudocode should be consistent, concise, and properly indented. Your 201 text ("C: How To Program") contains a discussion of pseudocode in Section 3.3 and many examples of pseudocode in Sections 3.5 through 3.11.

What to Turn In

This design document is to be a plain text file created using a text editor. Do NOT use a word processor to create this document. The file MUST be called design2.txt

Grading

You design2.txt file will count as 10% of your Project 2 grade. If this file is not submitted by its due date, or if you submit a new version after its due date, you will lose all 10 points.

Your design2.txt file will be assessed as to whether or not you made a reasonable attempt at pseudocoding all of the Heap class member functions. Anywhere from 0 to 10 points may be deducted, depending on how sincere and complete your attempt was.

Submitting the Design File

To submit your design document, type the following at the Linux prompt. Note that the project name starts with uppercase 'P'.

submit cs202_01 Proj2 design2.txt

To verify that your design document was submitted, type the following command at the Linux prompt. It will show all files that you submitted in a format similar to the Linux 'ls' command.

submitls cs202_01 Proj2



Last Modifed: Monday, 18-Feb-2002 22:20:47 EST