Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
can any one give me the code to convert nfa to dfa...plz....
Posted
Comments
Sergey Alexandrovich Kryukov 14-Nov-11 13:54pm    
What's "nfa", "dfa"?
--SA

1 solution

Haven't you even looked at doing your own homework yet? You asked this last week... code for nfa to dfa of (a+b)*abb plz[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Nov-11 13:55pm    
OK, and what's "nfa"? "dfa"?
--SA
OriginalGriff 14-Nov-11 14:09pm    
NFA: Non-deterministic finite state machine (http://en.wikipedia.org/wiki/Nondeterministic_finite-state_machine)
DFA: Deterministic finite state machine (http://en.wikipedia.org/wiki/Deterministic_finite-state_machine)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900