Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 274 Bytes

Topic - Greedy Algorithm.md

File metadata and controls

8 lines (7 loc) · 274 Bytes
title toc date tags
Topic - Greedy Algorithm
false
2017-10-30
Greedy

A greedy algorithm is an algorithmic paradigm that follows the problem solving heuristic of making the locally optimal choice at each stage with the intent of finding a global optimum.