Limits to Computation
Limits to Computation. How do you analyze a new algorithm? Put it in the form of existing algorithms that you know the analysis. For example, given 2 arrays, pair the smallest in each array, the next smallest, etc. Can be done by sorting each array and pairing first, second, etc.
383 views • 11 slides