Hacker News new | ask | show | jobs
by UncleMeat 2649 days ago
Big O is not "worst case scenario". It describes an upper bound on functions. You can absolutely compute the Big O of the average case runtime of an algorithm.