Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 458 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 458 Bytes

Distributed Algorithms 2023/24 - EPFL

The goal of this practical project is to implement certain building blocks necessary for a decentralized system:

  • Perfect Links (submission #1),
  • FIFO Uniform Reliable Broadcast (submission #2),
  • Lattice Agreement (submission #3)

In this repository, you can find the template for Java and C/C++, but also helpful tools for you to use. For instructions and details, please refer to the project description.