diff --git a/README.md b/README.md index dd2abd2..295f625 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ Implementation on Dining Philosophers problem on C++ +![Image](./docs/dining-philosophers.png) diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/docs/dining-philosophers.png b/docs/dining-philosophers.png new file mode 100644 index 0000000..ea2a5de Binary files /dev/null and b/docs/dining-philosophers.png differ diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..9050f2c --- /dev/null +++ b/docs/index.md @@ -0,0 +1,7 @@ +## Dinning Philosophers + +Imagine a round table with n seats. +Between each pair of seats is a chopstick. + +![Image](./dining-philosophers.png) +