Time Slot Minimum Gap
Time Slot Minimum Gap problems involve scheduling events that must have a minimum time gap between them (e.g., two hours between the end of one event and the start of another). You need to find the earliest possible time for the second event.
What You'll Learn
Introduction to Time Slot Minimum Gap
Time Slot Minimum Gap problems involve scheduling events that must have a minimum time gap between them (e.g., two hours between the end of one event and the start of another). You need to find the earliest possible time for the second event.
Prerequisites
How to Solve Time Slot Minimum Gap Problems
Step 1: Determine the earliest finish time of the first event
Step 2: Add the minimum gap to get earliest possible start of second event
Step 3: Check if this start time allows the second event to finish by its deadline
Step 4: If not, adjust start time to meet deadline
Step 5: Answer with earliest possible start time
Example Problem
Example: Event A: 90 min, must start between 9:00-11:00. Event B: 60 min, must finish by 3:00 PM. Minimum gap between A end and B start = 2 hours. Earliest B start? Solution: Step 1: Earliest A start = 9:00, earliest A finish = 9:00 + 90 min = 10:30 Step 2: Earliest B start = 10:30 + 2 hours = 12:30 PM Step 3: B finish = 12:30 + 60 min = 1:30 PM (≤ 3:00 PM) ✓ Answer: 12:30 PM
Pro Tips & Tricks
- Convert all times to minutes past midnight for easy arithmetic
- Earliest finish of first = earliest start + duration
- Earliest start of second = earliest finish of first + min gap
- If second event has deadline, ensure start + duration ≤ deadline
- If deadline is tight, may need to start first event earlier
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Time Slot Minimum Gap. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Time Slot Minimum Gap is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Time Slot Minimum Gap?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: