Inconsistent notation in questions?

In Course Schedule I
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]

In Course Schedule II
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]

In Course Schedule VI
Some courses may have direct prerequisites, for example, to take course 0 you have first to take course 1, which is expressed as a pair: [1,0]

In the first two questions, [0,1] but in the last one it is [1,0].
Is it an inconsistency or a typo?

Comments (0)