July 2024
Beginner to intermediate
280 pages
7h 25m
English
In this chapter
In chapter 3, we discussed how binary search seems faster than linear search, but we didn’t have the tools to explain why. In this chapter, we introduce an analysis technique that will change the way you work—and that’s an understatement. After reading this chapter, you’ll be able to distinguish between the high-level analysis of the performance of algorithms and data structures and the more concrete analysis of your code’s running time. This will help ...
Read now
Unlock full access