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: 8 months ago
JSON representation
:snake: Small implementation of Chang and Roberts algorithm https://en.wikipedia.org/wiki/Chang_and_Roberts_algorithm
- Host: GitHub
- URL: https://github.com/evuez/chang-roberts
- Owner: evuez
- License: mit
- Created: 2016-06-27T07:20:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T07:31:06.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T17:30:29.757Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.