← Back to Algorithms

Job Scheduling

Schedules jobs with deadlines to maximize profit.

Time: O(n²)
Space: O(n)

How it works