An open API service indexing awesome lists of open source software.

https://github.com/marvin9/distributed-algorithms

basic terminal simulation of election algorithms - a) bully algorithm
https://github.com/marvin9/distributed-algorithms

bully-algorithm coordinator coordinator-election-problem distributed-systems election-algorithm simulation

Last synced: 4 months ago
JSON representation

basic terminal simulation of election algorithms - a) bully algorithm

Awesome Lists containing this project

README

        

## Distributed algorithm

- A distributed algorithm is an algorithm, run on a distributed system, that does not assume the previous existence of a central coordinator.

### Election algorithms

- An election algorithm is an algorithm for solving the coordinator election problem. By the nature of the coordinator election problem, any election algorithm must be a distributed algorithm.
-a group of processes on different machines need to choose a coordinator

> This repository contains basic simulation of bully-algorithm.

[Reference](http://www2.cs.uregina.ca/~hamilton/courses/330/notes/distributed/distributed.html)