Algorithm Design¶
Kleinberg, J., & Éva Tardos, A. D. (2006). Algorithm Design. Pearson.
Cited by¶
3 citations across 3 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Dynamic Programming
- This clarity enables both rigorous complexity analysis (time is O(states × transitions)) and a standardized implementation workflow (identify state, write recurrence, choose top-down or bottom-up, fill table, traceback).
This sourceStandard algorithms textbook: presents DP as a unifying design technique with optimal substructure and overlapping subproblems as the two structural conditions for tractability
- This clarity enables both rigorous complexity analysis (time is O(states × transitions)) and a standardized implementation workflow (identify state, write recurrence, choose top-down or bottom-up, fill table, traceback).
Domain-specific¶
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:78406071952b · see in the full table