03-11-2023, 11:56 AM
Take eight sorting routines, these seven and the Quicksort in the QB64 Wiki.
See which ones posted here could produce a lower ratio of speed toward the Quicksort. :/
Just rewriting one of these into selection sort would make it much faster, but still significantly slower than Quicksort with millions of elements.
As Herbert Schildt (I think) once said ruthlessly in one of his books, "However, better routines exist."
See which ones posted here could produce a lower ratio of speed toward the Quicksort. :/
Just rewriting one of these into selection sort would make it much faster, but still significantly slower than Quicksort with millions of elements.
As Herbert Schildt (I think) once said ruthlessly in one of his books, "However, better routines exist."