Computer Science City College of New York
  CSc212 Data Structures

Chapter 3  demos

Container Class bag (un-ordered list with a fixed-size array)

    The Header file bag1.h

    The Implementation file bag1.cpp

    A Demo Program bag_demo.cpp
 

Container Class sequence (ordered list with a fixed-size array)

    The Header file sequence1.h

    The Implementation file (to be developed by you!)
    A Interactive Program sequence_test.cpp
 



George Wolberg ( wolberg@cs.ccny.cuny.edu )