Изменения

Перейти к: навигация, поиск
м
Нет описания правки
reverseDfs(u)
boolean dfs(State v): // returns true iff if and only if there is a cycle
v.color = GREY
for each State u in v.next:
171
правка

Навигация