Week 1 (July 29th to August 2nd)
Lower Bound for 2-coloring paths
Cole Vishkin Algorithm for 3-coloring directed paths (section 1.4) and rooted trees (section 6.3.1)
Week 2 (August 5th to August 9th)
Week 3 (August 12th to August 16th)
Discuss solutions to Assignment 1
Implementation in Asynchronous-CONGEST
Week 4 (August 19th to August 23rd)
Week 5 (August 26th to August 30th)
Week 6 (September 2nd to September 6th)
Week 7 (September 9th to September 13th)
Week 8 (September 16th to September 20th)
Week 9 (September 23rd to September 27th)
Week 10 (September 30th to October 4th)
Algorithm 17.9 in the notes fails to achieve all-same validity in the case where all nodes have input 1 and the byzantine node pretends that its input is 0. Therefore all nodes agree on the minimum which is 0, but fail to achieve validity because the input of all correct nodes is 1.
One way to achieve all-same validity is: node u adds a tuple (v,w,y) to S_u if and only if the value y is received from two different nodes v,w, such that ID(v) < ID(w). This way we are sure that at least one correct node has input y. The proof that set T is the same across all nodes remains unchanged, and implies that the minimum value is an input of some correct node.
Week 11 (October 7th to October 11th)
Message complexity of Broadcast in KT-0 and KT-1 CONGEST
KT-0 requires Omega(m) messages
Proof Labeling Schemes
Week 12 (October 14th to October 18th)
SLOCAL model and approximate maximum independent set (Sections 2.3 and 7.1)
SLOCAL to LOCAL using Network Decompositions
Week 13 (October 21st to October 25th)
Week 14 (October 28th to November 1st)
DISC 2024, no classes.
Week 15 (November 4th to November 8th)
Project presentations