Thompson's construction
en.wikipedia.org · 1,769 words · saved by 2 readers
Couldn't find lead section for Thompson's_construction
Thompson's construction - Wikipedia Jump to content From Wikipedia, the free encyclopedia Algorithm to transform a regular expression into a finite automaton In computer science , Thompson's construction algorithm , also called the McNaughton–Yamada–Thompson algorithm , [ 1 ] is a method of transforming a regular expression into an equivalent nondeterministic finite automaton (NFA). [ 2 ] This NFA can be used to match strings against the regular expression. This algorithm is credited to Ken Thompson . Regular expressions and nondeterministic finite automata are two representati
saved by
related reading
- GitHub - kyx0r/pikevm: Russ Cox/Rob Pike pikevm regex implementationgithub.com
- GitHub - google/re2: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.github.com
- Implementing Regular Expressionsswtch.com
- Regular expression - Wikipediaen.wikipedia.org
- Rule 110en.wikipedia.org
- web.stanford.edu/class/cs143/lectures/lecture04.pdfweb.stanford.edu
- Nondeterministic Turing machine - Wikipediaen.wikipedia.org
- Yudhister Kumaryudhister.me
- Context-free grammar - Wikipediaen.wikipedia.org
- Fast regex search: indexing text for agent tools · Cursorcursor.com
- Aho-Corasick Algorithm for Pattern Searching - GeeksforGeeksgeeksforgeeks.org
- Regular Expression Matching with a Trigram Indexswtch.com