algorithm running time complexity

closed account (4ET0pfjN)
Can someone explain to me why O(nlogn) is better than O(logn)? Isn't there
more operations with O(nlogn)?
Your suspicion is right, O(nlogn) is not better than O(logn).
Topic archived. No new replies allowed.