Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mestolopomello/mst-prim

Prim's Minimum Spanning Tree algorithm for weighted undirected graphs, written in Prolog and Common Lisp. It uses a binary heap to store the vertices' keys.
https://github.com/mestolopomello/mst-prim

common-lisp mst prim-algorithm prolog

Last synced: about 1 month ago
JSON representation

Prim's Minimum Spanning Tree algorithm for weighted undirected graphs, written in Prolog and Common Lisp. It uses a binary heap to store the vertices' keys.

Awesome Lists containing this project