The document contains 12 problems related to analyzing the asymptotic behavior of algorithms and solving recurrence relations using different methods. It asks the student to arrange functions by growth rate, determine Big O, Big Theta, and Big Omega notation, use the Master Method to solve divide-and-conquer recurrences, and apply substitution and iteration methods to solve linear recurrence relations.
The document contains 12 problems related to analyzing the asymptotic behavior of algorithms and solving recurrence relations using different methods. It asks the student to arrange functions by growth rate, determine Big O, Big Theta, and Big Omega notation, use the Master Method to solve divide-and-conquer recurrences, and apply substitution and iteration methods to solve linear recurrence relations.