Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Map Vs Priority queue with pop operation
c++
dsa
map
priority_queue
2 Votes
3 Answers
7th Feb 2022, 8:46 AM
Ketan Lalcheta
Sorting a dynamic queue in c++
algorythm
c++
dynamic
queue
0 Votes
2 Answers
3rd Apr 2020, 12:00 PM
Potatogroup
Is my implementation of datastructure Queue Correct
java
0 Votes
5 Answers
7th Sep 2020, 12:41 PM
Shivam Rawal
Dynamic Queue ADT ( Suggestions welcome)
cpp
datastructure
1 Vote
2 Answers
29th Nov 2017, 4:13 PM
$¢𝐎₹𝔭!𝐨𝓝
Queue Management - Part 2 - C++
c++
1 Vote
1 Answer
20th Jun 2022, 5:13 PM
Anindya Dey
Huffman Tree using a priority queue
c++
1 Vote
1 Answer
4th Nov 2021, 10:29 PM
Gopal Timsina
[SOLVED] (Thank you) Queue it up Sololearn C# challenge
c#
queueitup
3 Votes
6 Answers
28th Jun 2021, 5:39 AM
Andrew Hall
Stack and queue related to formal methods
pop
push
queue
searching
sorting
stack
1 Vote
1 Answer
15th Apr 2019, 4:24 PM
Paveetra
Can't set fulfil purpose of priority queue ?
c++
dsa
priority_queue
set
2 Votes
4 Answers
11th Dec 2021, 6:12 PM
Ketan Lalcheta
Why is queue a pointer variable in Queue Management assignment (parts 1 and 2) (C++)
c++
pointers
0 Votes
1 Answer
30th Mar 2022, 5:59 AM
Paek Se
Making a dynamic queue of structures?
c
structs
1 Vote
1 Answer
18th Sep 2018, 8:34 PM
Vivan Shah
C++ Queue Management Part 1 default code at the start
c++
6 Votes
2 Answers
12th May 2021, 11:45 AM
Arerea
Priority Queue With Pair | Facing Issue
c++
pair
priority_queue
1 Vote
2 Answers
24th Dec 2022, 4:07 PM
Ketan Lalcheta
Why so many constructor calls in priority queue
c++
constructor
move
priority_queue
2 Votes
2 Answers
3rd Mar 2022, 3:12 PM
Ketan Lalcheta
What is Dictionary, queue and stack in C#?
c#
collections
generics
stack
3 Votes
3 Answers
17th Aug 2017, 2:58 PM
Damon Keane
How do I implement a queue in Python
python3
sololearn
0 Votes
2 Answers
23rd Aug 2018, 8:27 AM
Sto0003
I have some questions related to queue data structure(using c++)
c++
ds
queue
stack
1 Vote
3 Answers
15th Oct 2020, 7:04 AM
Abhishek Dimri
Your Queue class is up and working in a customer service company. The company opens up a new branch and asks you to make another
c++
0 Votes
16 Answers
21st Apr 2021, 11:01 PM
Joseph Lwambi
what type of queue should i use?
c++
dynamic
queue
1 Vote
1 Answer
24th Jan 2018, 1:49 AM
shobhit
#! python # Using Lists as Queues queue = ["Eric", "John", "Michael"] queue.append("Terry") # Terry arrives queue.append("Graham") # Graham arrives print queue s=queue.pop(0) print s s=queue.pop(0) print s print queue
python
-3 Votes
4 Answers
20th Jul 2017, 2:01 PM
paul mwengei
how to create a multilevel feedback queue program?
c
c#
0 Votes
2 Answers
22nd Sep 2021, 2:42 AM
Shanty
Creating own LIFO Queue in Python using object references
java
object-references
oop
python
0 Votes
3 Answers
2nd Sep 2020, 8:14 PM
Jonathan Remmert
What is stack and queue in simple words?
c++
1 Vote
1 Answer
28th Aug 2017, 12:04 PM
Mohamed Rizwan
how to clone a queue in C ?
c,
clonequeue,
queue,
0 Votes
1 Answer
8th May 2019, 2:56 AM
Jocelino Garcia
How to handle asyncronous task queue in a server application?
fask
flask_restful
heroku
python
sleep
1 Vote
4 Answers
19th Mar 2020, 8:13 AM
Ishmam
How do I rearrange this queue after using the remove () method?
java
priorityqueue
3 Votes
5 Answers
24th May 2020, 4:31 PM
Alison Andrea
Where do i make mistake in these codes? As my codes have passed all tests except one.Any hint or help here?
datastructure
python
queue
3 Votes
12 Answers
27th Apr 2021, 3:22 PM
Emmanuel Massawe
I need a resume about Stack and Queue in C
c
1 Vote
3 Answers
15th Mar 2021, 10:26 PM
Abderrahmane Tamazouzt
Queue management part3. Your Queue class is up and working in a customer service company. The company opens up a new b
c++
if-statements
inheritance
0 Votes
2 Answers
21st Sep 2022, 2:24 AM
Niranjan Kumar Yadav
Storing string values in a queue instead of numerical values
c
1 Vote
3 Answers
7th Mar 2020, 7:42 PM
Jergan Hector
can anyone help me in writing queue application program
c
data
programming
structures
-1 Vote
2 Answers
17th May 2020, 5:48 PM
Sriram
Can someone help generating anagram using stacks and queue ?
anagram
c++
factorial
help
queue
repetition
stack
0 Votes
1 Answer
28th May 2020, 8:51 AM
Nadhirah
Queue management part 1, What is the lacking of this code??
1
management
part
queue
0 Votes
1 Answer
12th Sep 2021, 5:49 AM
Jonalyn E. Lawis
Can stack and Queue be also a type of array.
arrays
javascript
queue
stack
2 Votes
1 Answer
27th Nov 2017, 10:12 AM
Ameer Hamza
I am trying to do operator overloading in Queue But there is some error in the code. This is project problem of C++ Queue Manage
c++
classes
objects
operator
operator-overloading
0 Votes
3 Answers
16th Jul 2021, 12:05 PM
Rgodella
Short java Queue program that perform enqueue and dequeue operation
java
-2 Votes
2 Answers
31st Oct 2021, 4:34 AM
Jun ralph Fernandez
Why we need vector, queue, stack if we already have double ended queue in cpp ?
c++
queue
stack
vector
4 Votes
12 Answers
27th Sep 2021, 6:38 AM
Aditya Singh
Can we use both push and pop in both queue and stack???
datastructures
java
0 Votes
5 Answers
7th Aug 2021, 1:05 PM
Minishreddy Vaidhyula
Can you help me making queue in html 1->2->3
css
html
javascript
jquery
phyton
ruby
1 Vote
1 Answer
11th Jan 2018, 5:55 PM
Ulug'bek Kabilov
Can I get a program to implement Queue data structure
abstract-classes
datastructure
interfaces
java
queue
reference
0 Votes
2 Answers
6th Nov 2019, 8:14 PM
Sahil P Gaonkar
Why do we use circular array concept for implementation of queue using array
arraylist
arrays
python3
queue
structs
0 Votes
7 Answers
1st Sep 2019, 6:24 PM
Nikhil Tale
Data structure
queue
0 Votes
1 Answer
6th Jan 2021, 10:53 PM
Jamal Chokr
Write a program to take an input, add it to the end of the queue and output the resulting list.
python
-5 Votes
19 Answers
12th Aug 2021, 8:07 AM
Shree Harini
if I have a queue class that uses nodes and I want to overload the + operator to add a queue to another queue.
c++
date
estructura
nodes
queue
0 Votes
1 Answer
10th May 2018, 4:40 AM
Gonzalo Caira Aguilar
Is i do queue ? I do again this code. Thanks you.
queue.
1 Vote
2 Answers
4th Sep 2020, 1:18 PM
Malick Diagne
Help me with "Queue Management part 3" solution in C++
3
c++
management
part
queue
2 Votes
16 Answers
3rd Jan 2021, 12:04 PM
Anjali Arakka
It's time to update your Queue management system. The previous version supports only integer numbers and we need to support more
.
-1 Vote
19 Answers
6th Aug 2021, 10:18 AM
Rachita Bhasin
python program to implement a queue containing names of cities
a
cities
containing
implement
names
of
program
python
queue
to
-1 Vote
1 Answer
10th Nov 2016, 12:14 AM
Rishi Raj
How to have common priority queue | Min and Max
c++
min
priority_queue
0 Votes
1 Answer
2nd Nov 2022, 10:48 AM
Ketan Lalcheta
What is foreach? Is it different from for loop
queue
1 Vote
2 Answers
24th Apr 2018, 7:53 AM
அபிஷேக் அபி
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
4
Next >
Hot today
And... Who is the staff then?
4 Votes
Which is the error in this code
0 Votes
Python IDE
0 Votes
Control Flow
1 Votes
Machine learning model debugging
2 Votes
Can anyone tell me how to code because I’m soo bad at it
1 Votes
Animations
1 Votes
Mini project 1
2 Votes
App development
1 Votes
How do I solve this practice exersice? (Python)
1 Votes