Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 290 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 290 Bytes

bully-algorithm

In distributed computing, the bully algorithm is a method for dynamically electing a coordinator or leader from a group of distributed computer processes. The process with the highest process ID number from amongst the non-failed processes is selected as the coordinator.