log

age author description
Thu, 03 Jan 2013 18:41:13 -0600 Brian Neal A stab at the L(p)/L(0) plot.
Wed, 02 Jan 2013 16:50:55 -0600 Brian Neal Working on the SmallWorldGraph exercises.
Mon, 31 Dec 2012 18:58:21 -0600 Brian Neal Added exercises 1 and 2 from chapter 4.
Sat, 29 Dec 2012 22:16:11 -0600 Brian Neal 3.6 exercise 6: characterize LinearMap, BetterMap, and HashMap using pyplot.
Thu, 27 Dec 2012 15:30:49 -0600 Brian Neal Finally completing Ch. 3, exercise 5: write a TreeMap that uses a red-black
Thu, 27 Dec 2012 13:46:12 -0600 Brian Neal Added the remove() method to the red-black tree.
Wed, 26 Dec 2012 19:59:17 -0600 Brian Neal Rework the red-black tree based on Julienne Walker's tutorial.
Wed, 19 Dec 2012 22:29:09 -0600 Brian Neal The insert operation on the red-black tree seems to be working.
Tue, 18 Dec 2012 20:03:28 -0600 Brian Neal Oops, make it importable.
Tue, 18 Dec 2012 19:54:04 -0600 Brian Neal Starting a redblacktree.py module for Section 3.4, Exercise 4.
Mon, 10 Dec 2012 19:58:03 -0600 Brian Neal Completing Ch 3.3, exercise 4.2.
Mon, 10 Dec 2012 19:42:38 -0600 Brian Neal Completing Ch 3.4 exercise 4.1.
Mon, 10 Dec 2012 19:36:47 -0600 Brian Neal Adding author's Map.py as ch3ex4.py to represent the original version before
Mon, 10 Dec 2012 19:25:20 -0600 Brian Neal Added the bisection() function for Ch 3.3 exercise 3.
Mon, 03 Dec 2012 19:49:23 -0600 Brian Neal Chapter 2.7, exercise 7; a generator to create identifiers.