Web Help and Web Links for Chapter 6
Page 263, Web Help: Graph Theory
Extensive lessons on graph theory by Christopher Mawata, University of Tennessee at Chattanooga, are available at http://www.utc.edu/~cpmawata/petersen/. Professor Mawata also wrote a software package called Petersen that is available for downloading at http://www.utc.edu/~cpmawata/petersen/download.htm. Documentation about the package is at http://www.utc.edu/~cpmawata/petersen/intro.htm. Another introductory site is http://www.c3.lanl.gov/mega-math/workbk/graph/grbkgd.html. My program graph_ge.c generates random graphs of various types.
Page 267, Web Link: Bacon Numbers
The Oracle of Bacon at http://www.cs.virginia.edu/oracle/bacon_info.html gives an upper bound (which is usually exact) on the Bacon number of almost any actor. The site can also give an upper bound on the length of a shortest path from almost any actor to any other.
Page 269, Web Link: The n-Cube (Hypercube)
See http://www.keypress.com/sketchpad/java_gsp/hypercube.html.
Page 272, Web Link: Paul Erdos
A biography of Erdos is at http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Erdos.html. The Erdos Number Project at http://www.acs.oakland.edu/~grossman/erdoshp.html is maintained by Jerrold Grossman, Oakland University.
Page 273, Web Link: Bain’s Algorithm
There is no longer a link for this algorithm.
Page 277, Web Link: Koenigsberg Bridge Problem
A discussion of the Koenigsberg Bridge Problem is at http://mathforum.org/isaac/problems/bridges1.html. A biography of Euler is at http://www-history.mcs.st-and.ac.uk/~history/Mathematicians/Euler.html.
Page 285, Web Link: Hamiltonian Cycles and the Traveling Salesperson Problem
A biography of Hamilton is at http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Hamilton.html. The Hamiltonian Page with vast references about the Hamiltonian cycle problem is at http://www.ing.unlp.edu.ar/cetad/mos/Hamilton.html. Source code for solving the Hamiltonian cycle problem is at http://www.cs.sunysb.edu/~algorith/files/hamiltonian-cycle.shtml. My own source code is hamilton.c. Information about the traveling salesperson problem is at http://www.pcug.org.au/~dakin/tsp.htm, http://w1.859.telia.com/~u85905224/tsp/TSP.htm, and http://www.ing.unlp.edu.ar/cetad/mos/TSPBIB_home.html.
Page 289, Web Link: The Knight’s Tour
See http://www.gsat.edu.au/educate/cp/mathweb/knight/knight_tour.htm and http://www.tri.org.au/knightframe.html.
Page 292, Web Link: Dijkstra’s Shortest-Path Algorithm
An Animation of Dijkstra’s shortest-path algorithm can be found at http://www-b2.is.tokushima-u.ac.jp/~ikeda/suuri/index.html. Source code is http://www.cs.sunysb.edu/~algorith/files/shortest-path.shtml.
Page 297, Web Help: Adjacency Matrix
Page 299, Web Help: Incidence Matrix
Page 307, Web Link: Planar Graphs
An algorithm for determining whether a graph is planar is at http://www.cs.sunysb.edu/~algorith/files/planar-drawing.shtml.
Page 309, Web Link: Kuratowski
A biography of Kuratowski is at http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Kuratowski.html.
Page 313, Web Link: Instant Insanity
See http://www.cs.uidaho.edu/~casey931/puzzle/insane/insane.html.