From ea12bee6254cf0baef8d7672ad169537559dc5e7 Mon Sep 17 00:00:00 2001 From: lata-arora <73037793+lata-arora@users.noreply.github.com> Date: Thu, 22 Oct 2020 20:32:13 +0530 Subject: [PATCH] Update stack_using_queue.cpp --- stack_using_queue.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/stack_using_queue.cpp b/stack_using_queue.cpp index fe5a903..fce148c 100644 --- a/stack_using_queue.cpp +++ b/stack_using_queue.cpp @@ -107,14 +107,7 @@ int main() { int x,ele,ch; char c; -// queue q; - ///* -// q.enque(1); -// q.enque(2); -// q.enque(3); -// cout<