Monthly Archives: January 2017
Algorithmic Thinking Summer Program
Practice updating the repositories
January 11th, 2016
Practice updating the repositories, local and remote with the program assigned in edmodo.com
Histogram of running times
January 5th, 2015
Work on Autocomplete me project and/or missing assignments
Due date: 1/8/2015
Homework:
Histogram of running times. Write a program that takes command-line arguments N and T, does T trials of the experiment of running quicksort on an array of N random Double values, and plots a histogram of the observed running times. Run your program for N = 10^3, 10^4, 10^5, and 10^6, with T as large as you can afford to make the curves smooth. Your main challenge for this exercise is to appropriately scale the experimental results.
Seventy Second Day – Binary, Octal and Hexadecimal Number Systems
January 3rd, 2017
Decimal vs Binary
Here are some equivalent values:
2 Methods for binary-decimal conversions
Octal to Hexadecimal conversion
Check edmodo.com for exercises.