Joined
Last Seen
-1 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.70K
1 Posted Topic
implementing stack using two queues initially q1 is full and q2 empty 1] tranfer elements from q1 to q2 till last element left in q1 2] loop till q2 is not empty deque element from q2 and again push in q2 till last element is left in q2 transfer this …
The End.
absolutely