Skip to content

gkontogiannhs/Bakery-Algorithm-Implementation-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Lamport's Bakery-Algorithm

Implementation of the Bakery algorithm in C programming language. The B.A. is one of the simplest known solutions to the mutual exclusion problem for the general case of N process. Bakery Algorithm is a critical section solution for N processes. The algorithm preserves the first come first serve property.

Releases

No releases published

Packages

No packages published

Languages