Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
MadeEasy Test Series 2018: Programming & DS - Queues
Kalpataru Bose
asked
in
DS
Jan 20, 2018
edited
Mar 5, 2019
by
ajaysoni1924
321
views
1
vote
1
vote
Can someone explain the solution along with a picture of how the steps are taking place?
made-easy-test-series
programming-in-c
queue
Kalpataru Bose
asked
in
DS
Jan 20, 2018
edited
Mar 5, 2019
by
ajaysoni1924
by
Kalpataru Bose
321
views
answer
comment
Follow
share this
share
2 Comments
by
MiNiPanda
commented
Jan 20, 2018
reply
Follow
share this
Is it _ abc_ ?
1
1
by
Ashwin Kulkarni
commented
Jan 20, 2018
reply
Follow
share this
Yes it is _abc_ correct @minipanda
1
1
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
2
votes
2
votes
initially, p _ _ q r ;
where front pointer point to q and rear pointer point to p;
1. enqueue 'a' --> p a _ q r
2. dequeue --> p a _ _ r
3. enqueue 'b' --> p a b _ r
4. dequeue --> p a b _ _
5. enqueue 'c' --> p a b c _
6. dequeue --> _ a b c _
hacker16
answered
Jan 20, 2018
by
hacker16
comment
Follow
share this
0 Comments
Please
log in
or
register
to add a comment.
← Previous
Next →
← Previous in category
Next in category →
Related questions
2
votes
2
votes
1
answer
1
Hradesh patel
asked
in
DS
Jan 13, 2017
294
views
MadeEasy Subject Test: Programming & DS - Queues
# plz check ??? i missed something
Hradesh patel
asked
in
DS
Jan 13, 2017
by
Hradesh patel
294
views
made-easy-test-series
data-structures
queue
0
votes
0
votes
1
answer
2
manvi_agarwal
asked
in
DS
Jul 30, 2018
235
views
MadeEasy Workbook: Programming & DS - Queues
https://gateoverflow.in/?qa=blob&qa_blobid=10936115150698131975
manvi_agarwal
asked
in
DS
Jul 30, 2018
by
manvi_agarwal
235
views
made-easy-workbook
data-structures
queue
3
votes
3
votes
5
answers
3
Rishabh Gupta 2
asked
in
DS
Jan 23, 2018
1,932
views
MadeEasy Test Series 2018: Programming & DS - Stack
Consider the following statements: S1: If stack is implemented as an array, all the operation push, pop, is_empty stack ( ), delete stack ( ) can be performed in constant time. S2: If stack is implemented as a linked list, ... S4: Circular queues can be implemented with the help of the stack data structure. Which of the following option is false?
Rishabh Gupta 2
asked
in
DS
Jan 23, 2018
by
Rishabh Gupta 2
1.9k
views
data-structures
stack
queue
made-easy-test-series
4
votes
4
votes
1
answer
4
Sabrina Kaur Dhalla
asked
in
Programming
Jan 29, 2018
261
views
MadeEasy Test Series 2018: Programming & DS - Programming In C
Sabrina Kaur Dhalla
asked
in
Programming
Jan 29, 2018
by
Sabrina Kaur Dhalla
261
views
programming
programming-in-c
made-easy-test-series
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
GATE CSE 2023 Paper & Analysis - Memory Based
From GATE to Australia
DRDO Previous Year Papers
From Rank 4200 to 64: My Journey to Success in GATE CSE Exam
What are the key things to focus on during the final 10-15 days before the GATE exam to improve performance?
Subjects
All categories
General Aptitude
(2.5k)
Engineering Mathematics
(9.3k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Programming
(3.9k)
DS
(1.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.6k)
Non GATE
(1.3k)
Others
(2.4k)
Admissions
(649)
Exam Queries
(842)
Tier 1 Placement Questions
(17)
Job Queries
(74)
Projects
(9)
Unknown Category
(853)
Recent Blog Comments
Same,easy to moderate
I felt paper was very much like AIMT 3!!
very easy paper, I don't want to discuss paper...
the paper was easy to moderate, in this paper...
110
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy