graphp / algorithms

Common mathematical graph algorithms implemented in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for isAcyclic

vikyd opened this issue · comments

Add support for isAcyclic?
not by TopologicalSort->getVertices() Not a DAG.

ref: https://github.com/cpettitt/graphlib/wiki/API-Reference#alg-is-acyclic

This is a duplicate of #2, PRs would be much appreciated! 👍