You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project work for our Distributed Systems course.
The aim of the project is to run a leader election in the distributed system. The algorithm that we are implementing here is the Peleg's Leader Election Algorithm.
About
Leader Election in a distributed system using Peleg's Algorithm