August 2021
Intermediate to advanced
280 pages
7h 10m
English
This chapter introduces the terminology and notation used by theoreticians and practitioners alike in modeling the performance of algorithms in terms of computational performance and resource usage. When evaluating the runtime performance of your software program, you might be perfectly satisfied, in which case you can continue to use the application as is. But if you want to improve runtime performance, this book shows you where to start—with the program’s data structures and algorithms. You are faced with some specific questions:
There may be other algorithms that would significantly improve performance.
There can be hidden performance costs that can be eliminated.
The exact same program will have different runtime performance based ...