Skip to main content

5 docs tagged with "scheduling"

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

Deque and Priority Queue

Master double-ended queues and priority queues including heap implementation, top-K problems, and running median for advanced queue applications.

Queue Applications

Explore practical queue applications including BFS traversal, task scheduling, and sliding window maximum with deques for efficient problem-solving.