• Stars
    star
    1
  • Language
    Assembly
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This was an assignment completed in my computer architecture class (CS 3340) at the University of Texas at Dallas. The point of this assignment was to read in a text file of numbers, then convert those strings to integers and put them in an array. After that we had to do a selection sort on the array and I used a for loop to reprint it the array. Lastly, we were required to find the mean, median, and standard deviation of the numbers from the file, store them to memory and print out the results.