36 lines
449 B
Markdown
36 lines
449 B
Markdown
|
# 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
|