What Is Greedy Algorithm?
What Is Greedy Algorithm?
2019390004
Write your exploration in 30 minutes and upload your answer here in the repository
In other words, greedy algorithms work on problems for which it is true that, at every
step, there is a choice that is optimal for the problem up to that step, and after the last
step, the algorithm produces the optimal solution of the complete problem.