Week 5 Discussion Forum

what is greedy algorithm

what is greedy algorithm

by Sourav Biswas -
Number of replies: 0

A greedy algorithm, as the name suggests, always makes the choice that seems to be the best at this moment. This means that it makes a locally-optimal choice in the hope that this choice will lead to a globally-optimal solution.

40 words