University of Calgary

linked list

Create a Generic Linked List
source: Tino Duong, 2003

Description:

A linked list an abstract data structure that is used commonly within computer science.

Your job is to write a linked list library. If you design this linked list properly, you will be able to use it in future assignments very easily. (hint: one possible method is to use inheritance)

Requirements:

Concepts:



Updated: November 13, 2005 08:53 PM