top of page

C++ SCHEDULER

In CS 106B: Programming Abstractions for my final project I designed a problem around recursive backtracking. The problem involves writing a function that takes a list of tasks with time estimates and a list of free time slots and returns all the possible schedules that can be created to accomplish all the tasks.

More details on this project will be added pending project completion and instructor permission.

bottom of page