Mark As Completed Discussion

Let's test your knowledge. 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)