Algorithm Course Schedule Course schedule is one of the most famous interview questions of all time. The idea is to use topological sorting to find out if you can finish all courses.
Algorithm Topological sorting, do you really know it? Toplogical sorting is a very important topic in graph. One must know how toplogical sorting works before they can claim that they know how to do graph problems. New to this and ready? Let's go!