Custom implementation of Chord in the scope of Multidimensional Data Structures course at CEID, University of Patras.
To set up the environment run: pipenv install Pipfile
To access the environment run: pipenv shell
Once you are in the environment you are able to run every python file normally. e.g. python3 .py
To exit the environment run: exit