Skip to content

Minimal spanning tree construction in a Distributed System

Notifications You must be signed in to change notification settings

PJAvinash/SynchGHS

Repository files navigation

SynchGHS algorithm

for Minimum spanning tree construction in a Distributed System

  • For details on algorithm /proof of correctness/complexity analysis, refer to Chapter 4.4 of Nancy A Lynch's book on distributed computing. chapter 4.4

Compilation order:

  • IncidentEdgeType.java
  • AdjTuple.java
  • Edge.java
  • MessageType.java
  • Message.java
  • NodeState.java
  • Node.java
  • Main.java

you can also use

javac Main

for running the project

cd Launcher &  chmod +x launcher.sh & ./launcher.sh "config001.txt"

Give the path as per your configuration

Note ## The message types used here might be slightly different from the ones in the textbook

Reading the config file embedded in Main it takes the file path as a parameter.

Contributers

  • PJ Avinash

About

Minimal spanning tree construction in a Distributed System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published