Q50
What is the time complexity of the brute force algorithm used to solve the balanced partition problem?
A.
O(1)
B.
O(n)
C.
O(n2)
D.
O(2n)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board