# MSTDIST Minimum Spanning Tree using GHS algorithm(distributed) code is not complete .(undergoing) How to run : 1. First download the file mst.erl in a system where erlang is installed 2. Compile the program using c(mst). 3. Run the program by mst:master('graph.txt') Note : graph.txt has specific format of graph data. For more information, see graph.txt here. For example, from erlang prompt: cd("Teaching/Distributed-Systems/Distributed Algorithms/Erlang examples/Minimum Spanning Tree"). c(mst). mst:master('graph.txt').