Q&A Discussions
Search
Search
Ask a question
Ask a question
stacks
<h1>
8 Votes
1 Answer
4th May 2019, 5:22 PM
Joseph Ndive
Solving prefix expression using two stacks
java
prefixexpression
twostacks
8 Votes
1 Answer
21st Apr 2020, 3:14 AM
Fare Jare
What is the conclusion for stacks ?
c++
8 Votes
1 Answer
1st May 2018, 1:53 PM
Mona Mohamed
What is use of Stacks in c++?
c++
stack
8 Votes
1 Answer
28th Dec 2016, 1:37 PM
Manish Garg
difference and similarities between Stacks and Tails.
c++
8 Votes
1 Answer
20th Apr 2020, 6:52 AM
Humberto🇵🇦
Can you explain how call stacks work in detail?
callstack
8 Votes
3 Answers
18th Mar 2018, 11:56 PM
Julian Aung
Can't we implement stacks and queues on java
java
8 Votes
2 Answers
9th Oct 2016, 8:17 PM
Vedanta Jha
How many stacks do we want if we need to swap 2 stacks members in the same order?
data
stack
struture
swap
8 Votes
2 Answers
17th Jun 2017, 2:40 AM
Khaled Mohammed Saif Alselwi
What is the benefits of stacks in data structure?
c++
8 Votes
3 Answers
1st May 2018, 1:51 PM
Mona Mohamed
What are the stacks queues and linked list etc?
c++
8 Votes
2 Answers
4th Jun 2018, 10:00 PM
Abhishek Kashyap
Evaluate the following postfix notation of expression : False,true,not,or,true, false,and,or.
stacks
8 Votes
8 Answers
23rd Feb 2018, 5:52 AM
Prachi Chauhan
Can someone help generating anagram using stacks and queue ?
anagram
c++
factorial
help
queue
repetition
stack
8 Votes
1 Answer
28th May 2020, 8:51 AM
Nadhirah
Someone has an example of the implementation of stacks and queues?
java
linkedlist
queue
stack
8 Votes
2 Answers
11th Jun 2018, 9:34 PM
Maria Camila Lenis
After what it is worth starting to study stacks and heaps in C#???
c#
8 Votes
3 Answers
22nd Jan 2022, 5:25 PM
أندريه
Can we accomplish using multiple stacks storing different types of items in the same program?
adt
c
stack
storing_different_types
8 Votes
1 Answer
28th Aug 2019, 5:51 PM
Zhenis Otarbay
Please where I can use queues and stacks as data structures in c language
c
codes
queue
stack
8 Votes
2 Answers
9th May 2020, 6:47 PM
Amal Gil
Can pointers , stacks , heaps , arrays , will help me in further programing
arrays
heaps
help
pointers
stacks
8 Votes
2 Answers
23rd Jan 2017, 3:11 PM
awais
[SOLVED] Why is the is_empty function doesn't return a value??
python
stacks
8 Votes
2 Answers
31st Jan 2021, 10:34 AM
K.S.S. Karunarathne
Hanoi Tower
cpp
function
hanoitower
stacks
8 Votes
2 Answers
13th Apr 2018, 12:46 AM
Tiana Glimpse
Why are 2 stack push statement needed here ??
dsa
helpplz
java
stacks
8 Votes
1 Answer
15th Sep 2021, 1:11 PM
Tanu Jain
debug this code asap
c++
cpp
datastructure
stack
stacks
8 Votes
1 Answer
14th Nov 2019, 9:00 PM
Shikher Jaitly
#! python # huge list making nn=1000000 a = [] i=0 while i #! python # Using Lists as Stacks stack = [3, 4, 5] stack.append(6) stack.append(7) print stack x=stack.pop() print "popped ",x print stack x=stack.pop() print "popped ",x x=stack.pop() print "popped ",x print stack
python
8 Votes
5 Answers
20th Jul 2017, 2:04 PM
paul mwengei
Program to implement stack operations (Push, Pop, Display) on a stack using linked lists.
display
functions
linked_lists
pop
push
python
stack_operations
stacks
8 Votes
2 Answers
12th Mar 2022, 1:27 PM
Takudzwa A Svosve
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
how to deal with large numpy arrays
4 Votes
The if statement does not run although it is True.
0 Votes
Php or html?
1 Votes
Have anyone ideas for an AI ChatBot?
3 Votes
who help me?
1 Votes
How can a data be moved from one table to another table automatically,maybe houry or daily?
1 Votes
How to insert images the right way??
0 Votes
Is it worth buying the pro version, I’m a beginner in python and thinking of buying it as the wait is to long.
1 Votes
Не понимаю что не так....
0 Votes
Help me debug programm
0 Votes