36 lines
438 B
Markdown
36 lines
438 B
Markdown
|
# Leetcode Reverse-Linked-List
|
||
|
|
||
|
#### 2022-06-15 22:07
|
||
|
|
||
|
---
|
||
|
##### Algorithms:
|
||
|
#algorithm #recursion
|
||
|
##### Data structures:
|
||
|
#DS #linked_list
|
||
|
##### Difficulty:
|
||
|
#leetcode #coding_problem #difficulty-easy
|
||
|
##### Related topics:
|
||
|
```expander
|
||
|
tag:#linked_list
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
##### Links:
|
||
|
- [Link to problem]()
|
||
|
___
|
||
|
### Problem
|
||
|
|
||
|
#### Examples
|
||
|
```markdown
|
||
|
```
|
||
|
|
||
|
#### Constraints
|
||
|
|
||
|
### Thoughts
|
||
|
|
||
|
> [!summary]
|
||
|
> This is a #template_remove_me
|
||
|
|
||
|
### Solution
|