How is cyclomatic complexity computed?

Submitted by: Administrator
Cyclomatic complexity is computed using the control flow graph of the program, the nodes of the graph correspond to indivisible groups of sentences of a program and a directed edge connects two nodes if the second sentence might be executed immediately after the first sentence.
Submitted by:

Read Online Statics Measures Job Interview Questions And Answers