vault backup: 2022-06-16 14:55:49
This commit is contained in:
parent
026953d9bd
commit
7351064a87
35
CS notes/pages/Leetcode Valid-Parentheses.md
Normal file
35
CS notes/pages/Leetcode Valid-Parentheses.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue