Implementation of five Maximal Independent Set (MIS) Distributed Algorithms in NetLogo and testing them on a network of nodes. We want to measure the number of rounds, the amount of messages and bits that each algorithm needs. The algorithms consist of:
- Luby's MIS Distributed Algorithm
- Biologically-Inspired Distributed MIS Algorithm
- Optimal Distributed MIS Algorithm
- Randomized MIS Algorithm
- Deterministic MIS Algorithm