added bentley's chapter from beautiful code to the examples/tests -- quicksort runtime analysis

This commit is contained in:
Jeremy Ashkenas
2010-01-17 15:58:44 -05:00
parent 4609ad78c2
commit 4a32c58221
2 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Beautiful Code, chapter 1.
# Implements a regular expression matcher that supports characters,
# Beautiful Code, Chapter 1.
# Implements a regular expression matcher that supports character matches,
# '.', '^', '$', and '*'.
# Search for the regexp anywhere in the text.