Linked List Representation
Although graphical representations of flow graphs are informative, the details of the control flow inside a program are often inconvenient
In linked list representation, each node has a name and there is an entry on the list for each link in the flow graph. Only the information pertaining to the control flow is shown
Flow Graph Notation:
In linked list representation, each node has a name and there is an entry on the list for each link in the flow graph. Only the information pertaining to the control flow is shown
Flow Graph Notation:
0 comments:
Post a Comment