Skip to content

radosz99/dining-philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems, Dining Philosophers


Wrocław University of Science and Technology

Computer Science, Faculty of Electronics, 6 semester

Radosław Lis, 241385

Table of Contents

General info

Program for solve and visualize the Dining Philosophers problem. To run:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./dining-philosophers

Algorithm

Chandi-Misra algorithm

Visualisation

Prerequisites

Releases

No releases published

Packages

No packages published