Python Algorithms Mastering Basic Algorithms in the Python Language / by Magnus Lie Hetland.

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

Full description

Saved in:
Bibliographic Details
Main Author: Hetland, Magnus Lie (Author)
Corporate Author: SpringerLink (Online service)
Format: eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2010.
Edition:1st ed. 2010.
Series:Springer eBook Collection.
Subjects:
Online Access:Click to view e-book
Holy Cross Note:Loaded electronically.
Electronic access restricted to members of the Holy Cross Community.
Table of Contents:
  • 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.