Problem 964. McCabe Complexity
Solution Stats
Problem Comments
-
3 Comments
Excellent problem!!! Cody is a great for getting acquainted with Matlab features I have never used.
It seems that the first case of the test suite is still being called which generates an error and makes impossible to solve the problem without hacks. The polyval function's complexity currently is 22, not 19. Please remove the test case (which will not render previous solutions false) or update its value.
The troublesome first line in the test suite has been commented out and old solutions re-scored.
Solution Comments
-
1 Comment
Notice that althought there are only 4 test cases bellow (allegedly), my solution considering all five cases and a lookup table works. Please, fix your test suite, and this solution will become false.
Problem Recent Solvers36
Suggested Problems
-
Sum all integers from 1 to 2^n
12452 Solvers
-
Vector Linear sum: (p1-m1)V1+(p2-m2)V2+...(pK-mk)Vk
51 Solvers
-
58 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
844 Solvers
-
The sum of the numbers in the vector
537 Solvers
More from this Author260
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!