Cargando…

Introduction to the design & analysis of algorithms /

Detalles Bibliográficos
Autor principal: Levitin, Anany
Formato: Libro
Lenguaje:English
Publicado: Boston : Pearson Addison-Wesley, c2007.
Edición:2nd ed.
Materias:
Acceso en línea:Tabla de contenido
Tabla de Contenidos:
  • Introduction
  • Fundamentals of the analysis of algorithm efficiency
  • Brute force
  • Divide-and-conquer
  • Decrease-and-conquer
  • Transform-and-conquer
  • Space and time tradeoffs
  • Dynamic programming
  • Greedy technique
  • Iterative improvement
  • Limitations of algorithm power
  • Coping with the limitations of algorithm power.