Skip to content

dexcodeinc/graph_algorithm.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Graph Algorithm

This contains graph algorithm implemented in JavaScript. Currently it only has the following functionality:

  • hasLoop: Detect if a loop in a graph and returns the loop.