graph
- Added a version of Dijkstra that uses a heap.2013-01-05, by Brian Neal
- Implement Floyd-Warshall all pairs shortest path algorithm.2013-01-05, by Brian Neal
- A stab at the L(p)/L(0) plot.2013-01-03, by Brian Neal
- Working on the SmallWorldGraph exercises.2013-01-02, by Brian Neal
- Added exercises 1 and 2 from chapter 4.2012-12-31, by Brian Neal
- 3.6 exercise 6: characterize LinearMap, BetterMap, and HashMap using pyplot.2012-12-29, by Brian Neal
- Finally completing Ch. 3, exercise 5: write a TreeMap that uses a red-black2012-12-27, by Brian Neal
- Added the remove() method to the red-black tree.2012-12-27, by Brian Neal
- Rework the red-black tree based on Julienne Walker's tutorial.2012-12-26, by Brian Neal
- The insert operation on the red-black tree seems to be working.2012-12-19, by Brian Neal
- Oops, make it importable.2012-12-18, by Brian Neal
- Starting a redblacktree.py module for Section 3.4, Exercise 4.2012-12-18, by Brian Neal
- Completing Ch 3.3, exercise 4.2.2012-12-10, by Brian Neal
- Completing Ch 3.4 exercise 4.1.2012-12-10, by Brian Neal