Implementation of isCyclic function in TypeScript and Go.
Checks for a cycle in a directed graph.
Implements the algorithm specified here.
make test/allmake test/go
make test/ts
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implementation of isCyclic function in TypeScript and Go.
Checks for a cycle in a directed graph.
Implements the algorithm specified here.
make test/allmake test/go
make test/ts