Skip to content

dexcodeinc/graph_algorithm.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4edcd6 · Jun 1, 2023

History

3 Commits
May 26, 2016
May 26, 2016
Jun 1, 2023

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.