graph
- 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
- Adding author's Map.py as ch3ex4.py to represent the original version before2012-12-10, by Brian Neal
- Added the bisection() function for Ch 3.3 exercise 3.2012-12-10, by Brian Neal
- Chapter 2.7, exercise 7; a generator to create identifiers.2012-12-03, by Brian Neal
- Added a program that does 2.3 exercise 6 (Paul Erdos).2012-12-03, by Brian Neal
- Improvements to Graph's bfs.2012-12-03, by Brian Neal
- Section 2.4, exercise 5, create an is_connected() method for the Graph.2012-12-02, by Brian Neal
- Update for section 2.2, exercise 4, random graphs.2012-12-01, by Brian Neal
- Completed chapter 2, exercise 3 on regular graphs.2012-12-01, by Brian Neal
- Updates to Graph.py after looking at Prof. Downey's code.2012-11-29, by Brian Neal
- Adding .hgignore file.2012-11-29, by Brian Neal
- Adding GraphWorld.py from the website.2012-11-29, by Brian Neal
- Exercise 2: created Graph.py.2012-11-29, by Brian Neal
- Adding GraphCode.py as obtained from the website.2012-11-29, by Brian Neal