Say each node in my graph represents a college course, how can I use DFS to check what's a corequisite of course X and what's a prerequisite?
Asked
Active
Viewed 67 times
0
-
Does this answer your question? [How to find the total of prerequisites in a graph](https://stackoverflow.com/questions/67646335/how-to-find-the-total-of-prerequisites-in-a-graph) – ravenspoint Oct 18 '21 at 17:54
-
1What is a "corequisite"? – ravenspoint Oct 18 '21 at 17:56