Greedy Algorithm

Home > Computer Science > Theory of Computation > Algorithm Design and Analysis > Greedy Algorithm

A process that selects the best decision at each step, without considering the overall implications and potential for backtracking.