equal
deleted
inserted
replaced
113 <p> |
113 <p> |
114 <B>Literature:</B> |
114 <B>Literature:</B> |
115 The place to start with this project is obviously this |
115 The place to start with this project is obviously this |
116 <A HREF="http://www.home.hs-karlsruhe.de/~suma0002/publications/ppdp12-part-deriv-sub-match.pdf">paper</A>. |
116 <A HREF="http://www.home.hs-karlsruhe.de/~suma0002/publications/ppdp12-part-deriv-sub-match.pdf">paper</A>. |
117 Traditional methods for regular expression matching are explained |
117 Traditional methods for regular expression matching are explained |
118 in the wikipedia articles |
118 in the Wikipedia articles |
119 <A HREF="http://en.wikipedia.org/wiki/DFA_minimization">here</A> and |
119 <A HREF="http://en.wikipedia.org/wiki/DFA_minimization">here</A> and |
120 <A HREF="http://en.wikipedia.org/wiki/Powerset_construction">here</A>. |
120 <A HREF="http://en.wikipedia.org/wiki/Powerset_construction">here</A>. |
121 The authoritative <A HREF="http://infolab.stanford.edu/~ullman/ialc.html">book</A> |
121 The authoritative <A HREF="http://infolab.stanford.edu/~ullman/ialc.html">book</A> |
122 on automata and regular expressions is by John Hopcroft and Jeffrey Ullmann (available in the library). |
122 on automata and regular expressions is by John Hopcroft and Jeffrey Ullmann (available in the library). |
123 There is also an online course about this topic by Ullman at |
123 There is also an online course about this topic by Ullman at |