Leader-election algorithms

Home > Computer Science > Algorithms and data structures > Distributed algorithms > Leader-election algorithms

Leader-election algorithms provide a way for distributed systems to elect a single leader from a group of nodes. Raft, Paxos, and Bully algorithm are some popular leader-election algorithms.