From 3a372ec30f2f57f8fd772f9c90f210f5593bc679 Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Sun, 3 Nov 2024 23:50:36 +0530 Subject: [PATCH] Update Queue_Revarsal.cpp --- Daily/Queue_Revarsal.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Queue_Revarsal.cpp b/Daily/Queue_Revarsal.cpp index 97285c9..e1d2023 100644 --- a/Daily/Queue_Revarsal.cpp +++ b/Daily/Queue_Revarsal.cpp @@ -5,7 +5,6 @@ Given a Queue Q containing N elements. The task is to reverse the Queue. Your ta - 4 3 1 10 2 6 Output: 6 2 10 1 3 4