Dining Philosopher Problem Implemented using pthread POSIX Library

This commit is contained in:
2024-04-14 14:57:41 +05:30
commit 92de58bdc2
5 changed files with 390 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*vsidx
*.opendb
.vs
out