Hacker News new | ask | show | jobs
by kadoban 3 days ago
What does sorting have to do with violating p != np?

The common bound on sorting is you can't do better than O(n lg n) worst-case, but that is strictly only for comparison sorts anyway.

1 comments

For purely randomly distributed groups of n things.