
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
U.C. Berkeley — CS170 : Algorithms, Spring 2014. Cheat Sheet. Professor: Elchanan Mossel. Feb 20, 2014. Do not write on this page.
Typology: Lecture notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

U.C. Berkeley — CS170 : Algorithms, Spring 2014 Cheat Sheet Professor: Elchanan Mossel Feb 20, 2014
Do not write on this page
T (n) =
O(nd) if d > logb a O(nd^ log n) if d = logb a O(nlogb^ a) if d < logb a