✳flâneur — a map of the web's best reading
Thompson's construction
en.wikipedia.org · 1,769 words · saved by 1 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
Explore this link on the map →saved by
related reading
- Implementing Regular Expressionsswtch.com
- Regular expression - Wikipediaen.wikipedia.org
- Nondeterministic Turing machine - Wikipediaen.wikipedia.org
- GitHub - kyx0r/pikevm: Russ Cox/Rob Pike pikevm regex implementation · GitHubgithub.com
- 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
- The Regular Expression Denial of Service (ReDoS) cheat-sheet | by James Davis | Level Up Codinglevelup.gitconnected.com
- Solving regex crosswords with Z3 - Made of Bugsblog.nelhage.com
- Reading 12: Regular Expressions & Grammarsweb.mit.edu
- Lambda calculus - Wikipediaen.wikipedia.org
- An additional non-backtracking RegExp engine · V8v8.dev