Skip to content

Commit

Permalink
Update Queue_Revarsal.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Nov 3, 2024
1 parent 89d2ae1 commit 0df22f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Queue_Revarsal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Given a Queue Q containing N elements. The task is to reverse the Queue. Your task is to complete the function rev(), that reverses the N elements of the queue.
Input:
6
4 3 1 10 2 6
Output:
6 2 10 1 3 4
Expand Down

0 comments on commit 0df22f0

Please sign in to comment.