https://github.com/motykatomasz/distributed-algorithms
Repository for the projects for Distributed Algorithms Course at TU Delft.
https://github.com/motykatomasz/distributed-algorithms
distributed-algorithms distributed-systems java rmi
Last synced: 6 months ago
JSON representation
Repository for the projects for Distributed Algorithms Course at TU Delft.
- Host: GitHub
- URL: https://github.com/motykatomasz/distributed-algorithms
- Owner: motykatomasz
- Created: 2019-11-14T20:39:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T08:47:15.000Z (about 4 years ago)
- Last Synced: 2025-02-08T03:47:12.815Z (8 months ago)
- Topics: distributed-algorithms, distributed-systems, java, rmi
- Language: Java
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Algorithms
This repository contains the implementations on 3 distributed algorithms done for the MSc Course *Distributed Algorithms* at TU Delft. All the implementations use the Java/RMI API.
## 1st Assignment
The first assignment contains the implementation of the **Schiper-Eggli-Sandoz algorithm** for **causal ordering** of point-to-point messages.
## 2nd Assignment
The second assignment contains the implementation of the **Suzuki’s and Kasami's algorithm** for **mutual exclusion** in a distributed system.
## 3rd Assignment
The third assignment contais the implementation of the **Gallager's, Humblet's, and Spira's algorithm** for **determining the Minimum-Weight Spanning Tree of asynchronous weighted networks**.