1

recently i had a question that was so confusing.What would happen if a control flow graph consists of multiple start and/or stop nodes?

mithelan
  • 190
  • 9

1 Answers1

0

Control Flow Graphs can contain multiple start and end nodes.But it will restrict using McCabe's theory to calculate Cyclomatic Complexity.Only the structured programs with one entry point and a exit point will satisfy the equation