Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 450 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 450 Bytes

CSYE7215 Parallel & Multi-threaded Prog

Assignment1

Simple Multi-threaded implemention for worker application

Assignment2

Multi-threaded auction simulator

Assignment3

Multi-threaded coffee house simulator with inplemention of lock

Assignment4

Maze solver by using Multi-threaded DFS(depth first search)

Assignment5

Re-do the coffee house simulator by using no-blocking algorithm

Assignment6

Word counter application by using akka