WAP to find Cyclomatic complexity of a program.
Program in C++
Sample input.
Corresponding output.
Three stack One array.
How would you design a stack which, in addition to push and pop, also has a function min which returns the minimum element? Push, pop and min should all operate in O(1) time.