Time complexity
How to measure the efficiency of a program using its time complexity. Plus Big Oh notation and amortized analysis.
Hi Friends,
Welcome to the 52nd issue of the Polymathic Engineer newsletter.
This week, we will talk about how to analyze the time complexity of a program. This potent tool allows us to evaluate how efficient an algorithm is even without running it.
Knowing about it is essential for every software engineer, not only for technical interviews but also for y…