Do We Need Asymptotic Analysis?

The answer is of course yes2. We will use the example of sorting to illustrate what asymptotic analysis can tell us about actual performance of code. While doing this, we will also go through examples of how to write algorithm ideas and details as well as proof ideas and details (which you will need to write in your homework solutions).