Halstead complexity measures: Difference between revisions

Content deleted Content added
Added external link.
Tag: possible conflict of interest
Line 45:
The unique operators are:
main,(),{},int,scanf,&/, printf
The unique operands are:
Line 55:
Calculated Program Length (or Estimated Length) = (12*log<sub>2</sub>12 + 11*log<sub>2</sub>11) = (12*3.58 + 11*3.45) = (43+38) = 81
Volume = Length*log<sub>2</sub>(23) = 81*4.52 = 366
 
==References==