algorithms
A community driven collection of sorting algorithms
This repository includes a comma separated file that includes 10k numbers between 1 and 100,000 geberated randomly. I got the ball rolling by including the fastest and slowest methods that I could come up with to sort the numbers.
Fork and pull request to add your own solution to sorting many numbers!
run time and your script and post your time!
andrewerwinxyz php quicksort.php 0.05s user 0.01s system 70% cpu 0.092 total
andrewerwinxyz php bubblesort.php 8.90s user 0.01s system 99% cpu 8.919 total