Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 287 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 287 Bytes

bully-algorithm-golang

golang implementation of bully algorithm in which different processes communicate and decide leader on the basis of their priority. the bully algorithm is a method for dynamically electing a coordinator or leader from a group of distributed computer processes.