Greedy Algorithm

Greedy Algorithm — a way to find the optimized solution to certain problems
More information


See also:
Dijkstra’s algorithm — invented by Edsger Dijkstra, the algorithm measures the shortest path between two nodes on a graph.