0
2.0kviews
Greedy Method Approach:
1 Answer
0
28views

An algorithm is designed to achieve optimum solution for a given problem. In greedy algorithm approach, decisions are made from the given solution domain. As being greedy, the closest solution that seems to provide an optimum solution is chosen.

Greedy algorithms try to find a localized optimum solution, which may …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.