notes/CS notes/pages/Leetcode Implement-Queue-Using-Stacks.md

36 lines
482 B
Markdown
Raw Normal View History

2022-07-03 09:58:52 +08:00
# Leetcode Implement-Queue-Using-Stacks
#### 2022-07-03 09:52
> ##### Data structures:
> #DS #stack #queue
> ##### Difficulty:
> #coding_problem #difficulty-easy
> ##### Additional tags:
> #leetcode #CS_list_need_understanding
> ##### Revisions:
> N/A
##### Related topics:
```expander
tag:#stack tag:#queue
```
##### Links:
- [Link to problem]()
___
### Problem
#### Examples
#### Constraints
### Thoughts
> [!summary]
> This is a #template_remove_me
### Solution