One-punch24 / Distributed_Algorithm_Projects

EPFL CS-451 Distributed Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DA Projects

Repo for EPFL CS-451 Distributed Algorithms.

  • proj1 branch: Perfect Link.
  • proj2 branch: FIFO Broadcast. In my submission, I didn't deal with the conflict problem (I forgot to add those locks in my submission), but it still seemed to perform well in the online test.
  • master branch: Lattice Agreement. Without the naive lock, the running results were wrong and sometimes the program got stuck.

About

EPFL CS-451 Distributed Algorithms

License:MIT License


Languages

Language:C++ 43.9%Language:C 17.1%Language:CMake 14.7%Language:Python 12.7%Language:Makefile 11.0%Language:Shell 0.6%