Collection of CS6380 : Distributed Computing
algorithms.
- Flood Max algorithm to elect largest processId as leader & create BFS Tree in a
Synchronous System
.
- Layered BFS algorithm to create BFS Tree & elected largest processId as leader in
Asynchronous System
.
Contains common utils & classes used by both async
& sync
systems.