Question 2 (E-Ievel)
Consider a setting when edges of the input graph G are divided between two
servers, called Alice and Bob: graph G1 = (V, E1) is given to Alice and graph
G2 = (V, E2) is given to Bob. The input graph G = (V, E1 u E2) is a union of
G1 and G2.
Your job is to design and analyze a randomized algorithm (protocol) that
requires O(log2° n) bits of communication between Alice and Bob with the
following property: in the end Alice and Bob output the same set A V such
that the expected number of edges between A and V \ A is at least
E1 u E2 1/2.
Hint: You cannot assume that Alice and Bob have shared random string, but ¡t
maybe helpful to achieve an algorithm with shared random string first.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |