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
Autor principal: Hetland, Magnus Lie (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: [New York] : Apress : Distributed to the book trade worldwide by Springer Science+Business Media 2010.
Edición:1st ed. 2010.
Colección:Expert's voice in open source Python Algorithms
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627583206719
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.