MergeSort algorithm has running time in terms of n ○ O(n) O(Ig(n)) O(n*Ig(n)) O(n^2) O(n^2*lg(n)) ☐ O(n^3) other

icon
Related questions
Question
100%
MergeSort algorithm has running time in terms of n
O(n)
O(lg(n))
O(n*lg(n))
O(n^2)
O(n^2*lg(n))
O(n^3)
other
Transcribed Image Text:MergeSort algorithm has running time in terms of n O(n) O(lg(n)) O(n*lg(n)) O(n^2) O(n^2*lg(n)) O(n^3) other
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer