Skip to content

Files

Latest commit

 

History

History
13 lines (6 loc) · 677 Bytes

algorithms-in-a-nutshell--2nd-edition.md

File metadata and controls

13 lines (6 loc) · 677 Bytes

Algorithms in a Nutshell, 2nd Edition

> Home

2. The Mathematics of Algorithms

It helps determine the largest problem instance that can be handled by a particular algorithm implementation (Bentley, 1999). (link)

Therefore, they assert that performance costs that differ by a multiplicative constant are asymptotically equivalent, or in other words, will not matter as the problem size continues to grow. (link)

> Home