Computer Science Fundamentals Algorithms Subjective
Mar 03, 2013

Define Transition diagram

Detailed Explanation

Transition diagram is a directed graph in which the vertices of the graph correspond to the states of FA. If there is a transition from state q to state p on input a, then there is an arc labeled ‘ a ‘ from q to p in the transition diagram.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback