Package graphadt
[hide private]
[frames] | no frames]

Source Code for Package graphadt

 1  ''' 
 2  The pyGraphADT package. 
 3   
 4  Python version by Danver Braganza 
 5  based on code originally authored by Michael J. Dinneen, with contributions 
 6  by Sonny Datt. 
 7   
 8  2010 February 
 9   
10  This module is designed to be used in the teaching of the Computer Science 220  
11  course at the University of Auckland.  It contains definitions of basic abstract data types 
12  of graphs, and some algorithms for manipulating them. 
13   
14  ''' 
15