Table of Contents

Corning Community College

CSCS2320 Data Structures

PROJECT: Singly-Linked List of Nodes (SLL2)

OBJECTIVE

To continue to enhance our ability to explore various algorithmic and computing realms through the exploration and cultivation of debugging and troubleshooting skills, and collaboratively authoring and documenting the project and its specifications.

UPGRADING

To assist with consistency across all implementations, project files for use with this project, along with the integration of the work you did on the last project, is made possible via a special recipe in the Makefile.

Simply go into the project base directory, and run:

lab46:~/src/SEMESTER/DESIG/prevPROJECT$ make upgrade-sll2

EDIT

You will want to go here to edit and fill in the various sections of the document:

SUBMISSION

To be successful in this project, the following criteria (or their equivalent) must be met:

Submit Tool Usage

Let's say you have completed work on the project, and are ready to submit, you would do the following (assuming you have a program called uom0.c):

lab46:~/src/SEMESTER/DESIG/PROJECT$ make submit

You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches.

RUBRIC

I'll be evaluating the project based on the following criteria:

78:sll2:final tally of results (78/78)
*:sll2:obtained project by the Sunday prior to duedate [13/13]
*:sll2:clean compile, no compiler messages [13/13]
*:sll2:implementation passes unit tests [13/13]
*:sll2:adequate modifications to code from template [13/13]
*:sll2:program operations conform to project specifications [13/13]
*:sll2:code tracked in lab46 semester repo [13/13]

Pertaining to the collaborative authoring of project documentation

Additionally