Topic: Backtracking Problem / Level: intermediate

Problem: Generate all possible combinations of tasks that can be scheduled given their start and end times.

Run the code to see the output here...