Circular, doubly-linked, headed list

11/28/00

Click here to start

Table of Contents

Circular, doubly-linked, headed list

The CDLLH_int

The INTCDDLHnode

Movement in the list

Predicates on the list

Get/replace a value in the list

List surgery

Insert a node AFTER current

Action of insert After(a)

Action of insert After(b)

Insert a node BEFORE current

Deleting a node from the list

Author: roger riggs 

Email: riggs@cis.famu.edu

Home Page: http://www.cis.famu.edu/~riggs/riggs.html

Other information:
Data Structures Dr. Riggs