Mark As Completed Discussion

Let's test your knowledge. Click the correct answer from the options.

What is the Space complexity of Two pointer Approach?

Click the option that best answers the question.

  • O(n)
  • O(n!)
  • O(nlogn)
  • O(1)