Greedy Algorithms

Home > Computer Science > Software Engineering > Algorithms > Greedy Algorithms

These are used to make optimal choices based on the current best option without considering the future. Examples include Huffman coding and Kruskal's Algorithm.