Vidyalelo
Data Structure · Q227

Dynamic Programming in Data Structures

Programming · Data Structure · question 227

Q227

What is the space complexity of Kadane's algorithm?

A.
O(1)
Answer
B.
O(n)
C.
O(n2)
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board