- 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
- IncidentEdgeType.java
- AdjTuple.java
- Edge.java
- MessageType.java
- Message.java
- NodeState.java
- Node.java
- Main.java
you can also use
javac Main
cd Launcher & chmod +x launcher.sh & ./launcher.sh "config001.txt"
Give the path as per your configuration
Reading the config file embedded in Main it takes the file path as a parameter.
- PJ Avinash