Skip to main content

14 docs tagged with "Queue"

View all tags

Implement Queue using Stacks

This document provides an implementation of a queue using stacks, supporting push, pop, peek, and empty operations.

LRU Cache

This is a solution to the LRU Cache problem on GeeksForGeeks.

Rotate String

This is a solution to the Rotate String problem on LeetCode.

Simplify Path

This is a solution to the Simplify Path problem on LeetCode.