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 Oct 22, 2023
1 parent 9d571b7 commit 289a8e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Daily/Queue_Revarsal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Given a Queue Q containing N elements. The task is to reverse the Queue. Your ta
Explanation:
After reversing the given elements of the queue , the resultant queue will be 6 2 10 1 3 4.
Input:
4
4 3 2 1
Expand Down

0 comments on commit 289a8e3

Please sign in to comment.