This project demonstrates the difference in speed of two different algorithms that find the median of any given list of any given length. The first one was the only median finding algorithm known until the second algorithm was invented, making finding medians a lot easier.
Credit to a class I took that taught me all of this. Update Log: - 1/25/17: You can only input numbers when it asks you for the amount of items, lowest value, and highest value. - 1/26/17: You can only input a number of 2 or higher for the amount of items.