Graph AlgorithmThis 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.