Sunday, March 3, 2013

Week 7 (week of 02/25/13)

this week i got more done on my computer at home than i got done in class. i worked on the sorting efficiency lab and the digit sort lab. the sorting efficiency lab was pretty easy, although it was pretty annoying that the large list always took super long even though i knew my program worked on the smaller lists. the digit sort lab was difficult at first, but once i figured out how to convert the integers into lists of digits, the lab was pretty simple because all i had to do was look up the presentation on how to make an insertion sort.