1.

What is the space complexity of the given code?

A. O(1)
B. O(n)
C. O(log n)
D. O(n log n)View Answer
Answer» B. O(n)


Discussion

No Comment Found