Table of Contents

Corning Community College

CSCS2320 Data Structures

Assignments, Documents, Information, and Projects

Projects

Week 10

Week 9

Week 8

Week 6 and 7

Week 5

Week 4

A suggested style for your display() functions could be as follows:

start: [0] 23 -> [1] 47 -> [2] 59 -> [3] 16 -> [4] 7 -> [5] 11 -> NULL

Note the node position prefixing each node's contents, for easier addressing when allowing the user to interactively perform insert/append/getNode on specific nodes.

Week 3

Week 2

Week 1