Remix.run Logo
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.

IAmBroom 3 days ago | parent [-]

For purely randomly distributed groups of n things.