Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Show all work and DETAILED work Problem 4 . Let A be a sub - linear memory regime M P C algorithm that, given a

Show all work and DETAILED work Problem 4. Let A be a sub-linear memory regime MPC algorithm that, given a graph H, outputs an
r-approximate maximum matching in H in O(T)MPC rounds. Given a graph G, design a sub-linear
memory regime MPC algorithm B that invokes A multiple times to compute a (2+)-approximate
maximum matching in G. Your algorithm B should run in O(T*r) many rounds. Note that A may be
invoked with different graphs in different invocations. When B invokes A with a graph, then A outputs
a set of edges that constitutes an approximate matching of the graph as promised. The execution of A
should be treated in a black-box way, i.e., we do not have a way to alter A or learn any specifics of it
other than the output we get.
For the full credit, prove that your algorithm outputs a (2+)-approximate maximum matching.
In terms of MPC routines, you may assume you have at your disposal all the MPC routines we
mentioned in the lecture and also the following ones that run in O(1) MPC rounds:
Compute the degree of each vertex in a graph.
Given a set of vertices, remove all those vertices from a graph.
Given a set of edges, remove all those edges from a graph.
A remark: The official solution is faster than this problem requires for full credit. That is, the
official solution has O(T*r*log(1)) round complexity.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 31st International Conference Dexa 2020 Bratislava Slovakia September 14 17 2020 Proceedings Part 1 Lncs 12391

Authors: Sven Hartmann ,Josef Kung ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

303059002X, 978-3030590024

More Books

Students also viewed these Databases questions

Question

Discuss all branches of science

Answered: 1 week ago