A

Admin • 833K Points
Coach

Q. What is the time complexity of the above recursive implementation used to reverse a string?

  • (A) o(1)
  • (B) o(n)
  • (C) o(n2)
  • (D) o(n3)

Explanation by: Admin

the time complexity of the above recursive implementation used to

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.