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 -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -