Computer Science Mount Holyoke College
  CS211  Data Structures 

Lecture 9 Linked Lists code

The code could be found at http://www.cs.colorado.edu/~main/chapter5/
 

Linked List Toolkit

    The Header file for the node class (with inline functions) and the Toolkit node1.h

    The Implementation file of the Toolbox node1.cxx
 



Xiaoyan Li   ( xli@mtholyoke.edu )