You are given n courses numbered from 0 to n-1 and a prerequisite array of pairs where each element is a pair [a,b], which represents that to complete course a, course b needs to be finished first. Can you finish all the courses?
Rahul Tiwari
author
3y
The optimized solution was to make an adjacency list of all the prerequisites of all the courses and do a dfs to check if we can complete the courses. If there is a cycle then we cannot complete the c...read more
Help your peers!
Add answer anonymously...
>
Captain Fresh Backend Engineer SDE 1 Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

