Hacker News new | ask | show | jobs
by frowaway001 4526 days ago
That doesn't make sense. The whole point of quicksort's algorithm is to do things in place, which requires fast indexed access and mutability.

Common collections lack both of these things.