0
2.2kviews
Write and explain Ring election algorithm.

Subject: Data Structures

Topic: Synchronization

Difficulty: Medium

1 Answer
0
102views

The Ring Algorithm –

This algorithm applies to systems organized as a ring(logically or physically). In this algorithm, we assume that the link between the process is unidirectional and every process can message to the process on its right only. A data structure that this algorithm uses is an active …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.