If an algorithm requires C(n+r-1, r-1) steps to solve a problem, where n is the number of input, and r is a constant, does the steps of algorithm consider exponential growth?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Assuming that C is the binomial coefficient function: |
|||||||||||||
|
|
No. the complexity would be
|
||||
|
|
C? – High Performance Mark Jul 16 '12 at 9:31