MCPcopy Create free account
hub / github.com/aylei/leetcode-rust / Solution

Class Solution

src/solution/s0207_course_schedule.rs:36–36  ·  view source on GitHub ↗

* [207] Course Schedule * * There are a total of n courses you have to take, labeled from 0 to n-1. * * Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is expressed as a pair: [0,1] * * Given the total number of courses and a list of prerequisite pairs, is it possible for you to finish all courses? * * Example 1: * * *

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected