Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xtlsoft/boruvka.php

A library to perform Boruvka mst algorithm in pure PHP. (PHP >= 8.0 required for performance)
https://github.com/xtlsoft/boruvka.php

Last synced: 2 days ago
JSON representation

A library to perform Boruvka mst algorithm in pure PHP. (PHP >= 8.0 required for performance)

Awesome Lists containing this project

README

        

# Boruvka.php

A library to perform Boruvka mst algorithm in pure PHP. (PHP >= 8.0 required for performance)

Notice that the `Graph`, `Node`, `Border` are general purpose implementions, while the `Forest` is quite specific, as it only satisfies the need of dynamically adding not deleting nodes.