An open API service indexing awesome lists of open source software.

https://github.com/radosz99/dining-philosophers

Dining Philosophers using Chandi-Misra algorithm
https://github.com/radosz99/dining-philosophers

chandi-misra-algorithm cpp17 dining-philosophers-problem

Last synced: 9 months ago
JSON representation

Dining Philosophers using Chandi-Misra algorithm

Awesome Lists containing this project

README

          

**

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](#desc)
- [Prerequisites](#pre)


# 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](https://www.stolaf.edu/people/rab/pdc/text/dpsolns.htm)

## Visualisation

# Prerequisites
- [LINUX](https://www.virtualbox.org/),
- [GCC](https://gcc.gnu.org/),
- C++17 (scoped_lock).