Premium Content
Unlock Master The Data Structures And Algorithms Interview
Save 75%
1 Year
$948 $229
$19/month
1 Month
$79/month
  • Access to all expert-led courses
  • Earn certificates when you complete courses
  • Network with other engineers from top tech companies
  • Unlock private in-person and masterclass events
  • Get personalized career advice in our exclusive forum
Profile picture
Alex ChiouTech Lead @ Robinhood, Meta, Course Hero

Run-Time Analysis

After clarifying the problem and coming up with a detailed, granular plan, coding up the solution should have been trivial. Now it's time for big O. This lesson teaches you:

  • How to actually learn run-time analysis instead of memorizing the big O of every individual problem
  • The structure of a strong run-time analysis for a data structures and algorithms problem
  • Exactly what a quality run-time analysis looks like, explained with an in-depth example