Cargando…

Python Algorithms Mastering Basic Algorithms in the Python Language /

Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques.   The book...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hetland, Magnus Lie (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2010.
Edición:1st ed. 2010.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • The Basics
  • Counting 101
  • Induction and Recursion... and Reduction
  • Traversal: The Skeleton Key of Algorithmics
  • Divide, Combine, and Conquer
  • Greed Is Good? Prove It!
  • Tangled Dependencies and Memoization
  • From A to B with Edsger and Friends
  • Matchings, Cuts, and Flows
  • Hard Problems and (Limited) Sloppiness.