#Stack and Queue project

1 messages · Page 1 of 1 (latest)

stiff elbow
#

Guys, what kind of small projects can be very helpful for me to understand Stack and Queue more?

pulsar coralBOT
#

<@&987246399047479336> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
  1. Implement a simple calculator using a stack to evaluate arithmetic expressions.
  2. Create a program that simulates a queue at a bank or supermarket, where customers are added to the queue and served in FIFO order.
  3. Develop a program that uses both a stack and a queue to check if a given string is a palindrome.
  4. Implement a maze-solving algorithm using stacks to keep track of the path taken and queues to explore possible paths.
  5. Create a program that uses stacks and queues to simulate the process of sorting items in a warehouse or organizing tasks in a to-do list.
stiff elbow
#

Or should i just solve some leetcode problems?

vapid marsh
hollow pasture
gleaming panther
#

@stiff elbow or a small chat/to process application @hollow pasture please do not hijack threads.

gleaming panther
#

This is Misu's thread, if you're interested in this matter you can always create your own, but the way Misu learns and your differs.

hollow pasture
#

i only told him, i also solve questions

#

on leetcode

#

and he should solve

#

That's it 💀

gleaming panther
#

A simple internall client/server bit. You put new messages on a queue, and you consume them elsewhere.