Marvin9 / distributed-algorithms

basic terminal simulation of election algorithms - a) bully algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

basic terminal simulation of election algorithms - a) bully algorithm


Languages

Language:Go 100.0%