notes/CS notes/pages/Leetcode Reverse-Linked-List.md

36 lines
438 B
Markdown
Raw Normal View History

2022-06-15 22:12:54 +08:00
# 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