[Texas PLT logo]

COMP 202: Principles of Object-Oriented Programming II

  Data Structures  

The following is a collection of the data structures that are used in this class.

Entire source code except for lazy LRS  (allsrc) :

 

Immutable List Framework  (listFW) :

 

Mutable List Framework (LRStruct):

 

Lazy Mutable List Framework (LRStruct with ALazyEval):

 

Functional Programmin (fp) -- lambda functions : 

 

Binary Tree Structure (brs): 

 

Restricted Access Containers (RAC): 

 

Extended Visitors:

 

  Data Structures  

URL: http://www.clear.rice.edu/comp202/08-fall/ds/index.shtml
Copyright © 2008-2010 Mathias Ricken and Stephen Wong