The last element in a queue: :D
Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
Can someone explain the joke? I know what stacks are but I don’t get it…
It's the last element, so it has to wait for all the other elements on top of it to be popped in order to be accessed
Oh ok I guess that makes sense. Was it that obvious? 😅
Yea, I meant the last element as in the one at the bottom, but now I see that it‘s a little confusing…
Yea I also thought the last one was the bottom one but then I remembered it was lifo
He looks like he's guarding something? A sentinel value in an array-based stack implementation in C or something? I don't know, I'm a bit confused too.
Maybe it's something about not knowing if the last element is the top of the stack or the bottom of the stack?
Split the difference, it is the only element in a deque.
I alughed at this more than I have any right to.
The 5th element
LIFO or FIFO hmmm