cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
algorithm running time complexity
algorithm running time complexity
Jan 30, 2012 at 4:07pm UTC
closed account (
4ET0pfjN
)
Can someone explain to me why O(nlogn) is better than O(logn)? Isn't there
more operations with O(nlogn)?
Jan 30, 2012 at 4:25pm UTC
shacktar
(1187)
Your suspicion is right, O(nlogn) is
not
better than O(logn).
Topic archived. No new replies allowed.