Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 244 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 244 Bytes

GHS Algorithm

Python3 implementation of distributed GHS algorithm. GHS algorithm is the classical distributed algorithm constructing a minimum spanning tree in a graph with weights assigned to its edges

GHS_Jupyter.py is the main code file!