You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
About
Python implementation of distributed GHS algorithm