handouts/ho02.tex
changeset 272 1446bc47a294
parent 268 18bef085a7ca
child 291 201c2c6d8696
equal deleted inserted replaced
271:b9b54574ee41 272:1446bc47a294
     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