0
38kviews
Draw the control flow graph and find the cyclomatic complexity for a program largest of three numbers.

Mumbai University > Information Technology > Sem 8 > Software Testing and Quality Assurance

Marks: 10 Marks

Difficulty : Medium

2 Answers
2
4.4kviews

Independent paths:

An independent path is any path through the graph that introduces at least one new set of processing statement or new condition. An independent path must move along at least one edge that has not been traversed before the path is defined.

cyclomatic complexity:

cyclomatic complexity can be …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.