Skip to content

Synchronization problem inspired by book: Allen B. Downey - The Little Book of Semaphores

License

Notifications You must be signed in to change notification settings

huun121/Santa_Claus_problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Santa Claus problem

Synchronization problem inspired by book: Allen B. Downey - The Little Book of Semaphores

Multi-process programming in C language with synchronization using Semaphores.

Installation

Type 'make' in terminal.

Run

./proj2 NE NR TE TR

  • NE: number of elfs.
  • NR: number of reindeer.
  • TE: max work time for elf in miliseconds. 0<=TE<=1000.
  • TR: max holiday time for reideer in miliseconds 0<=RE<=1000

Every parameter is a whole non-negative number.

About

Synchronization problem inspired by book: Allen B. Downey - The Little Book of Semaphores

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published