Course Schedule LeetCode 207. Course Schedule Solutions Use DFS to traverse through all courses. Mark a course as visited if all its pre-requisites are visited. Any course that was not visited returns False. PREVIOUSClone GraphNEXTBinary Tree Maximum Path Sum