|
|
|
|
|
by jeffreyrogers
4269 days ago
|
|
I don't think this is true. All non-deterministic finite automata (NDFA) can be converted to deterministic finite automata (DFA), and regular expressions are equivalent in power to DFAs Edit: Actually just read the paper that someone linked to. You're right that their grammar is larger than that of DFAs and regular expressions, but it appears that's because they extended it rather than because they're using nondeterminism. |
|
This is why NDAs are better - you can run several NDAs in parallel with their states and inputs. It basically becomes vectorized problem.