0 Forks
4 Stars
4 Watchers

philosopher

In this project, you will learn the basics of threading a process. You will see how to create threads and processes and you will discover what Mutexes and Semaphore is, by implementing the solution for the dining philosopher problem in c.

How to download and setup philosopher

Open terminal and run command
git clone https://github.com/mittous/philosopher.git
git clone is used to create a copy or clone of philosopher repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with philosopher https://github.com/mittous/philosopher/archive/master.zip

Or simply clone philosopher with SSH
[email protected]:mittous/philosopher.git

If you have some problems with philosopher

You may open issue on philosopher support forum (system) here: https://github.com/mittous/philosopher/issues