Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evuez/chang-roberts

:snake: Small implementation of Chang and Roberts algorithm https://en.wikipedia.org/wiki/Chang_and_Roberts_algorithm
https://github.com/evuez/chang-roberts

Last synced: 1 day ago
JSON representation

:snake: Small implementation of Chang and Roberts algorithm https://en.wikipedia.org/wiki/Chang_and_Roberts_algorithm

Awesome Lists containing this project

README

        

# Chang and Roberts algorithm

> The Chang and Roberts algorithm[1] is a ring-based coordinator election algorithm, employed in distributed computing.

*[Wikipedia, Chang and Roberts algorithm](https://en.wikipedia.org/wiki/Chang_and_Roberts_algorithm)*

This is just a small implementation I did for myself to have a trace of this algorithm.