Skip to Content
Python Algorithms: Mastering Basic Algorithms in the Python Language
book

Python Algorithms: Mastering Basic Algorithms in the Python Language

by Magnus Lie Hetland
November 2010
Intermediate to advanced
332 pages
11h 57m
English
Apress
Content preview from Python Algorithms: Mastering Basic Algorithms in the Python Language

Chapter 7. Greed Is Good? Prove It!

 

It's not a question of enough, pal.

 
 --Gordon Gekko, Wall Street

So-called greedy algorithms are short-sighted, in that they make each choice in isolation, doing what looks good right here, right now. In many ways, eager or impatient might be better names for them, because other algorithms also usually try to find an answer that is as good as possible; it's just that the greedy ones take what they can get at this moment, not worrying about the future. Designing and implementing a greedy algorithm is usually easy, and when they work, they tend to be highly efficient. The main problem is showing that they do work—if, indeed, they do. That's the reason for the "Prove It!" part of the chapter title.

This chapter ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Algorithms: Mastering Basic Algorithms in the Python Language, Second Edition

Python Algorithms: Mastering Basic Algorithms in the Python Language, Second Edition

Magnus Lie Hetland

Publisher Resources

ISBN: 9781430232377Purchase book