- Compute each of the following summations by hand. Show all of your work.
- Compute the Big-O value for . Justify your answer with a few sentences of explanation.
- Compute the Big- value for . Justify your answer with a few sentences of explanation.
- Compute the Big- value for . Justify your answer with a few sentences of explanation.
- Prove that the following relation is true.
Hint!
You can use a proof by induction.
- Prove that the number is irrational.
Hint!
You can use a proof by contradiction.
- According to this reference, the Bubble Sort algorithm has a worst case time complexity of , but a best case time complexity of . Does this mean that Bubble Sort is more performant than an algorithm like Quicksort with a worst case and best case complexity of ? Why don’t we just use Bubble Sort in large systems, all the time?