Data Structures & Algorithms

Table of Contents

Greedy algorithms

Greedy: take locally optimal solution (which is often globally optimal, but not always)

Make change:

Activity selection

Fractional knapsack

Huffman codes