Examples of DFA

Walter Bright newshound2 at digitalmars.com
Tue Sep 23 17:46:20 UTC 2025


Your algorithm is interesting, but I don't think it is fundamentally different 
from the one I sketched out.

Also, it uses expensive operations like array appends, and the filter function. 
The bit mask route should be much faster.



More information about the Digitalmars-d mailing list