From 688eae7f8efdc093c272c60ca2f4942129a65988 Mon Sep 17 00:00:00 2001 From: Diego Herrera Date: Thu, 30 Sep 2021 10:28:33 -0600 Subject: [PATCH] Updated Readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c65985..dd2abd2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# ParallelPrograming -Different examples on parallel computing +# Dining Philosophers Problem + +Implementation on Dining Philosophers problem on C++ + +