Your mission is to make me list of states in order sorted by population. * Can read in the data from the file * Can bubble sort as shown in wikipedia pseudocode. YOU MAY NOT STEAL CODE!! * Can tell how many comparisions bubblesort used * Can selectionsort as stole from Wikipedia * Can tell how many comparisions selection sort used. * Also does either quicksort or mergesort * Turned in before Wed Jan 27th at 4:01