Recurrence Relation and Master's Theorem for Dividing Functions
How to use the Master's Theorem to figure out the time complexity of divide-and-conquer algorithms like merge sort.
January 5, 2023
algorithms data-structures programming
5 posts
How to use the Master's Theorem to figure out the time complexity of divide-and-conquer algorithms like merge sort.
January 5, 2023
The math behind figuring out time complexity for recursive algorithms using recurrence relations.
January 5, 2023
My notes on algorithms and data structures, from Big O basics to heaps and sorting.
October 4, 2022
Two ways to measure algorithm performance: running benchmarks vs. mathematical analysis.
August 22, 2022
What Big O notation actually means, how to compare algorithm efficiency, and the difference between O, Theta, and Omega.
August 22, 2022