Table of Contents

Corning Community College

CSCS2320 Data Structures

PROJECT: Nodes - Doubly-Linked Nodes (DLN0)

OBJECTIVE

To begin our journey on doubly-linked data structures, and collaboratively authoring and documenting the project and its specifications.

OVERVIEW

We have been focusing on singly-linked data structures for the past few weeks. We now start delving into the realm of doubly-linked data structures. And we will start by reimplementing some of the same base data structures (specifically, nodes and lists), this project: doubly-linked nodes.

GRABBING

We are doing a fresh start this week, reimplementing our data structure infrastructure from scratch. So, to obtain the project files for this project, we will be doing an initial grabit.

Simply go into your DESIG organizational/staging directory, and run:

lab46:~/src/SEMESTER/DESIG$ grabit data dln0

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:

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:

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

Pertaining to the collaborative authoring of project documentation

Additionally