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...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Hetland, Magnus Lie (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress, 2010.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.