Skip to content

A project in the second semester at BUT FIT dealing with the simultaneous work of multiple processes

Notifications You must be signed in to change notification settings

tkachyna/vutfit-ios-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IOS - second project

A project in the second semester at BUT FIT dealing with the synchronization of processes.

We had to implement Santa Claus problem, inspired by Allen B. Downey: The Little Book of Semaphore.


$ ./proj2 NE NR TE TR

  • NE: number of elves
    • 0 <NE <1000
  • NR: number of reindeers
    • 0 <NR <20
  • TE: maximum time in milliseconds that the elf works independently
    • 0 <= TE <= 1000
  • TR: maximum time in milliseconds that a reindeer returns home from vacation
    • 0 <= RE <= 1000
  • All parameters are non-negative integers.

Score: 15/15

About

A project in the second semester at BUT FIT dealing with the simultaneous work of multiple processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published