Queue and Deque in DSA: Understanding FIFO with Python and C
There is something strangely satisfying about the word "queue".
If you keep removing characters from the right side one by one:
QUEUE → QUEU → QUE → QU → Q
And if you read the remaining word from righ
arijitkundu.hashnode.dev10 min read