This repository contains solutions for distributed algorithms problems in Python. The solutions provided here are meant to be used as a reference and should not be used as a substitute for your own work.
Python 3.x Git
Clone the repository using Git:
git clone https://github.com/JaWitold/distributed-algorithms.gitInstall the necessary packages using pip:
pip install -r requirements.txtpython <filename>.pySolutions The solutions provided here cover various topics in distributed algorithms, including consensus algorithms, leader election algorithms, and distributed computing. Each solution is provided in a separate Python file and is accompanied by a README file that explains the problem and solution in more detail.