in Algorithms
446 views
0 votes
0 votes
Find a growth rate that cubes the run time when we double the input size. That is, if T(n) = X, then T(2n) = x^3.
in Algorithms
446 views

Please log in or register to answer this question.