cawolf/rocha-thatte-serial

Single threaded implementation of Rocha-Thatte algorithm

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/cawolf/rocha-thatte-serial

v1.0 2017-03-06 17:11 UTC

This package is auto-updated.

Last update: 2025-10-07 15:09:59 UTC


README

Implementation of the Rocha-Thatte algorithm in a single thread.

Build Status Scrutinizer Code Quality Packagist Packagist

Installation

composer require cawolf/rocha-thatte-serial

Usage

Instantiate the class Cawolf\RochaThatte\Cycle and call the function detect(Fhaculty\Graph\Graph $graph) on a graph object to detect cycles in a directed Graph.