notes/CS notes/pages/Leetcode Valid-Parentheses.md

36 lines
449 B
Markdown
Raw Normal View History

2022-06-16 14:55:49 +08:00
# Leetcode Valid-Parentheses
#### 2022-06-16 14:50
> ##### Data structures:
> #DS #stack
> ##### Difficulty:
> #coding_problem #difficulty-easy
> ##### Additional tags:
> #leetcode
> ##### Revisions:
> Initial encounter: 2022-06-16
##### Related topics:
```expander
tag:#stack
```
##### Links:
- [Link to problem]()
___
### Problem
#### Examples
#### Constraints
### Thoughts
> [!summary]
> This is a #template_remove_me
### Solution