> For the complete documentation index, see [llms.txt](https://protegejj.gitbook.io/algorithm-practice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protegejj.gitbook.io/algorithm-practice/leetcode/stack/232-implement-queue-using-stacks.md).

# 232    Implement Queue using Stacks

## 581. Shortest Unsorted Continuous Subarray

## 1. Question

## 2. Implementation

## 3. Time & Space Complexity
