equal
deleted
inserted
replaced
5 \usepackage{../data} |
5 \usepackage{../data} |
6 |
6 |
7 \pgfplotsset{compat=1.11} |
7 \pgfplotsset{compat=1.11} |
8 \begin{document} |
8 \begin{document} |
9 |
9 |
10 \section*{Handout 2} |
10 \section*{Handout 2 (Regular Expression Matching)} |
11 |
11 |
12 This lecture is about implementing a more efficient regular |
12 This lecture is about implementing a more efficient regular |
13 expression matcher (the plots on the right)---more efficient |
13 expression matcher (the plots on the right)---more efficient |
14 than the matchers from regular expression libraries in Ruby and |
14 than the matchers from regular expression libraries in Ruby and |
15 Python (the plots on the left). These plots show the running |
15 Python (the plots on the left). These plots show the running |