Skip to main content

4 docs tagged with "greedy"

View all tags

Advanced Greedy

Master advanced greedy techniques including greedy with sorting, priority queue applications, task scheduling, and when greedy fails.

Classic Greedy Problems

Master the most important greedy algorithm problems: fractional knapsack, Huffman coding, job scheduling, and interval scheduling maximization

Greedy Fundamentals

Master greedy algorithm principles including greedy choice property, optimal substructure, proof techniques, and when greedy applies.