|
3 | 3 | Repo for EPFL CS-451 Distributed Algorithms.
|
4 | 4 |
|
5 | 5 | * proj1 branch: Perfect Link.
|
6 | | -* proj2 branch: FIFO Broadcast. In my submission, I didn't deal with confilicts (no lock), but it still performed well in my simulation and also achieved reasonable grade in the submission system. |
7 | | -* master branch: Lattice Agreement. Without the naive lock in my code, the running results are wrong and sometimes the program gets stuck. |
| 6 | +* proj2 branch: FIFO Broadcast. In my submission, I didn't deal with the confilict problem(no lock), but it still performed well in my simulation and also achieved a reasonable grade (5.61/6) in the submission system. |
| 7 | +* master branch: Lattice Agreement. Without the naive lock in my code, the running results are wrong and sometimes the program gets stuck. Thus, the lock is required. |
0 commit comments