Log in

View Full Version : C program that convert NFA to equivalent DFA


angelayoub
Feb 20, 2004, 12:48 PM
I am so pleased to write you,and I want on this opportunity to thank
You
About your help,I was wondering if you would mind helping me to write a
C
Program that convert a NFA to an equivalent DFA,I found this program in
C++
Program but I haven't studied it yet at the university.
I am looking forward to getting you answer.

saeedeh
May 16, 2007, 02:14 AM
I am so pleased to write you,and i want on this opportunity to thank
you
about your help,i was wondering if you would mind helping me to write a
C
program that convert a NFA to an equivalent DFA,i found this program in
C++
program but i haven't studied it yet at the university.
I am looking forward to getting you answer.
If it is better answer me white a c program . Thank you

vingogly
Dec 31, 2008, 06:27 AM
I'm finding this question posted all over the place - hopefully no one here will do your homework for you, and frankly if you're taking an advanced computer science course you should be figuring these sorts of things out for yourself. If you Google "convert nfa to dfa algorithm" you'll find a number of sites that describe how to approach the problem, or even provide pseudocode.