Skip to content

dsorchard/distributed_leader_election

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Computing Algorithms

Collection of CS6380 : Distributed Computing algorithms.

dc-algos-sync

  1. Flood Max algorithm to elect largest processId as leader & create BFS Tree in a Synchronous System.

dc-algos-async

  1. Layered BFS algorithm to create BFS Tree & elected largest processId as leader in Asynchronous System.

dc-algos-common

Contains common utils & classes used by both async & sync systems.