Mark As Completed Discussion

Build your intuition. Click the correct answer from the options.

What is the time complexity of the recursive tree merger algorithm?

Click the option that best answers the question.

  • O(1)
  • O(n!)
  • O(n log n)
  • O(n)