Skip to content

LeilaMoussa/i-concur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i-concur

Concurrent programming and fundamental operating systems principles implemented

  • Traffic sync: assignment on semaphores, threads, and deadlock. Regulate traffic on a two-way one-lane bridge.
  • Dining philosophers: assignment on semaphores, and deadlock avoidance & detection.
  • Dekker's algorithm: first mutual exclusion algorithm developed. Peterson's algorithm is better, but not interesting enough to set time aside to write it lol.

About

Threads and mutual exclusion, basically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages