Skip to content

Project for Parallel Algorithms course at Faculty of Computing

Notifications You must be signed in to change notification settings

VukV/game-of-life-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game Of Life

Concurrent Programming

Project for Parallel Algorithms course at Faculty of Computing.

The goal of the project was to learn various concepts of concurrent programming by implementing John Conway's Game Of Life in four different ways:

  1. Using Threads, Mutex, Semaphores and Conditions
  2. Using Threads and Queues
  3. Using Processes and Queues
  4. Using Process Pool

About

Project for Parallel Algorithms course at Faculty of Computing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages