Skip to content

Topic

Cycle detection

Finding paths in a graph that return to a node already visited, a standard need in schedulers, type checkers, build tools and renderers that would otherwise traverse forever.

Current clusters