You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ Repo for EPFL CS-451 Distributed Algorithms.
4
4
5
5
* proj1 branch: Perfect Link.
6
6
* 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 my simulation.
7
-
* master branch: Lattice Agreement. Without the naive lock, the running results are wrong and sometimes the program gets stuck.
7
+
* master branch: Lattice Agreement. Without the naive lock, the running results were wrong and sometimes the program got stuck.
0 commit comments