Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cawolf/rochathatteserial

Implementation of the Rocha-Thatte algorithm in a single thread
https://github.com/cawolf/rochathatteserial

Last synced: 11 days ago
JSON representation

Implementation of the Rocha-Thatte algorithm in a single thread

Awesome Lists containing this project

README

        

# Rocha Thatte (serial)
Implementation of the Rocha-Thatte algorithm in a single thread.

[![Build Status](https://travis-ci.org/cawolf/RochaThatteSerial.svg?branch=master)](https://travis-ci.org/cawolf/RochaThatteSerial)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/cawolf/RochaThatteSerial/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/cawolf/RochaThatteSerial/?branch=master)
[![Packagist](https://img.shields.io/packagist/v/cawolf/rocha-thatte-serial.svg?maxAge=2592000)](https://packagist.org/packages/cawolf/rocha-thatte-serial)
[![Packagist](https://img.shields.io/packagist/l/cawolf/rocha-thatte-serial.svg?maxAge=2592000)](https://packagist.org/packages/cawolf/rocha-thatte-serial)

### 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.