ASL STEM Logo

ASL STEM

Greedy Algorithm Sign Video

Upload On Wed Jul 18 2012 by ASL STEM

Average Rating: No Ratings

Definition

A greedy algorithm is any algorithm that follows the problem solving heuristic of making the locally optimal choice at each stage with the hope of finding the global optimum.

Source: Wikipedia

Example

Classic greedy algorithms are those for finding the minimum spanning tree.

Other Submissions
No other submissions.