Hacker News new | ask | show | jobs
by rcxdude 1121 days ago
That's fair if the constant factor is relevant, but if bubble sort is terminating in any reasonable timescale then the difference between qsort, C++ std::sort, and a custom implementation is really not a factor.
1 comments

People who don't compute much data don't need computer science.