DIY: Course Schedule

Solve the interview question "Course Schedule" in this lesson.

We'll cover the following...

Problem statement

You will be given an integer numCourses representing the number of courses. The courses are labeled from 0 to numCourses - 1. You will also be given an array prerequisites where ...