Question: An algorithm that has O(nlogn) worst case complexity need not be slower than one with O(n*n) complexity on all inputs. What could be the reasons?
An algorithm that has O(nlogn) worst case complexity need not be slower than one with O(n*n) complexity on all inputs. What could be the reasons? Why is worst case analysis then preferred?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
