Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.31 KB

File metadata and controls

28 lines (20 loc) · 1.31 KB

Distributed Systems and Algorithms

This repository provides codes for some distributed algorithms and frameworks. All code is written in Python 3, using multithreading, socket programming, and PySpark.

Note: These are implemented algorithms for selected exercises of distributed systems course taught by Prof. Saleh in Spring 2020.

List of Implementations:

Environment Requirement

  • Python 3.6.5

    • PySpark 3.0.0
    • NumPy 1.14.3

Resources

Class:

Textbook:

Papers: