/Distributed-Algorithms

Distributed Algorithms IN4150 Lab Exercises

Primary LanguageJava

Distributed-Algorithms IN4150

Exercise 1B: Schiper-Eggli-Sandoz Algorithm

Point-to-point message exchange with the Schiper-Eggli-Sandoz algorithm to ensure causal ordering on messages.

Exercise 2B: Suzuki’s and Kasami’s Algorithm

Algorithm for mututal exclusion in distributed systems.

Exercise 3B: Minimum Weighted Spanning Tree of asynchronous weighted networks of Gallager, Humblet, and Spira

Algorithm for creating minimum weight spanning trees in an asynchronous network.

Build

We are utilizing maven as project manegement tool and exercise 1 uses JUnit for unit testing. Build instructions for each exercise are in their respective directory.