DEV Community

Discussion on: Six Data Structures To Help You Ace Your Technical Interview

Collapse
 
achargoy profile image
Chargoy

Nice post, congratulations and thanks for sharing.

Just a quick observation, in Queue topic:
A queue is similar to a stack, but uses the FIFO, or first-in-first-out, method. You can think of a stack like a line of people waiting to buy a movie ticket. The person who has been in line the longest (first) is the first to be serviced.
I think is queue instead of stack, isn't it?

Collapse
 
emmabostian profile image
Emma Bostian ✨

YES THANKS

Collapse
 
achargoy profile image
Chargoy

Thanks to you for sharing your knowledge .