Skip to content

jacobjonsson/detect-cyclic-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of isCyclic function in TypeScript and Go.

Checks for a cycle in a directed graph.

Implements the algorithm specified here.

Run all tests

make test/all

Run GO tests

make test/go

Run TS tests

make test/ts

About

Detects if a graph is cyclic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published