• Aucun résultat trouvé

TD2 ALGORES MIS-DS-Matching-BFS

N/A
N/A
Protected

Academic year: 2022

Partager "TD2 ALGORES MIS-DS-Matching-BFS"

Copied!
1
0
0

Texte intégral

(1)

Exercise 1 : Centralized MIS-DS-Matching

1. Recall the definition of a MIS, a DS and a (Maximal) Matching.

1. Recall the centralized implementations of MIS, DS and Maximal Matching and discuss their complexity.

Exercise 2 : Distributed MIS-DS-Matching

1. Recall the distrbuted implementation of MIS seen in class. Compute its complexity (time + messages). Is this algorithm working for ring topologies ?

2. Propose a distributed MIS algorithm for trees (different from the one seen in class). Evaluate the complexity of your algorithm.

3. Propose a solution for constructing connected dominating sets given a MIS.

4. Propose a solution for Maximal Matching different from the one seen in class and compute its complexity.

Exercise 3 : BFS

1. Write the pseudo-code of the protocole «Dijkstra-like».

2. Write the pseudo-code of the protocole «Bellman-Ford».

3. Execute both protocols on the topology proposed on figure below.

Exercise 4 : Edge coloring

1. Propose a distributed algorithm for solving the edge coloring problem (no two adjacent edges in a graph have the same color). Compute its complexity !

2. Discuss practical applications of this problem !

TD2 ALGORES

MIS-DS-Matching-BFS

Références

Documents relatifs

Propose a distributed algorithm for solving the edge coloring problem (no two adjacent edges in a graph have the same color)5. Execute the algorithm on the

Abstract—In this paper, we propose an improvement of the attack on the Rank Syndrome Decoding (RSD) problem found in [1], usually the best attack considered for evaluating the

Despite these solutions are effective in producing a proper coloring, generally minimizing the number of colors, they produce highly skewed color classes, undesirable for

L’archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion de documents scientifiques de niveau recherche, publiés ou non, émanant des

The proposed algorithm has been applied on a real problem for locating stations of a Carsharing service for electrical vehicles.. The good results we obtained in comparison to PLS

In Section 6, we prove that the MEC problem is NP-complete even for complete graphs with bi-valued edge weights, and we give an asymptotic 4 3 -approximation algorithm for

We study the following generalization of the classical edge coloring problem: Given a weighted graph, find a partition of its edges into matchings (colors), each one of weight equal

This algorithm combines an original crossover based on the union of independent sets proposed in [1] and local search techniques dedicated to the minimum sum coloring problem