Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 189 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 189 Bytes

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.