Determine that the languages accepted by two NFA's are same or not -


i have 2 nfa's. need determine whether both recognize same language obliged if kind enough explain how this.

you can canonical representation of nfa computing equivalent minimal dfa. if 2 nfa's have same canonical representation, accept same language.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -