Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 416 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 416 Bytes

dining-philosopher

Shows different Ways on how to solve the Dinning Philosophers Problem in C++

Uses only the Standard C++ (no boost or qt)


Zeigt Verschiedene Strategien wie das Problem der Speisenden Philosophen mit C++ gelöst werden kann.

Dabei wurde nur der Standard C++ verwendet (Ohne Boost oder QT)