1.

Which of the following is true about the time complexity of the recursive solution of set partition problem?

A. it has an exponential time complexity
B. it has a linear time complexity
C. it has a logarithmic time complexity
D. it has a time complexity of o(n2)
Answer» B. it has a linear time complexity


Discussion

No Comment Found