Monday, 26 August 2013

Usage of Greedy Algorithm for Activity Selection

Usage of Greedy Algorithm for Activity Selection

I was recently making a program for the activity selection problem. When I
did some research, I found that the greedy algorithm is a popular solution
for the said problem. But the greedy algorithm does not get it right every
time. Why then is it still used?

No comments:

Post a Comment