From 4badbec94341d381d332f1fe8a794628302ac4b7 Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Thu, 17 Oct 2019 10:36:41 +0200 Subject: [PATCH] hw1: Make the Queues actually Queues and not stacks --- hw1/Ex2/.idea/workspace.xml | 215 +++++++++---------- hw1/Ex2/src/explicit/ExplicitValetQueue.java | 20 +- hw1/Ex2/src/implicit/ImplicitValetQueue.java | 20 +- hw1/Ex2/src/semaphore/ValetQueue.java | 13 +- 4 files changed, 145 insertions(+), 123 deletions(-) diff --git a/hw1/Ex2/.idea/workspace.xml b/hw1/Ex2/.idea/workspace.xml index 8a90dee..b98dee7 100644 --- a/hw1/Ex2/.idea/workspace.xml +++ b/hw1/Ex2/.idea/workspace.xml @@ -2,26 +2,10 @@ - - - - - - - - - - - - - - - - - - + + + - - - + - + - + @@ -51,8 +34,8 @@ - - + + @@ -60,8 +43,8 @@ - - + + @@ -75,11 +58,11 @@ - + - - + + @@ -87,8 +70,8 @@ - - + + @@ -105,11 +88,11 @@ - + - - + + @@ -133,27 +116,17 @@ - - - - + @@ -163,8 +136,6 @@ - - @@ -199,9 +170,12 @@