Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Converting an NFA to a DFA with Sample C# Code
no vote
Introduction For some time I've been working with the tiny, but hard-to-break, problem of converting an NFA to a DFA. I guess I should introduce the terms I use for those not accustomed to them: DFA: Deterministic Finite Automaton NFA: Non-deterministic Finite Automaton And that's about all the explanation I will provide here as there is a huge number of textbooks that explain the terms and the algorithms in various, often unreadable, ways. Suffice to say that I on the 16th of April 2012 managed to get my code to work - after having s
lxonex
2016-08-23
0
1
No more~