Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 427 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 427 Bytes

Distributed Systems Assignments

Done as part of Distributed Systems course assignments(spring 2021) at IIIT Hyderabad.

A1: parallel quicksort

  • Basic using mpi
  • Built in C++

A1: erlang parallel programming

  • Ring token passing
  • Bellman-Ford Parallised
  • Built in erlang

A2: Remote Method Invocation

  • Server client demonstrating Remote Method Invocation(RMI) calls
  • Built in Python3 using pyro4 framework