notes/_templates/OJ Problem Notes.md
2022-06-14 23:34:11 +08:00

36 lines
403 B
Markdown

# {{title}}
#### {{date}} {{time}}
---
##### Algorithms:
#algorithm
##### Data structures:
#DS
##### Difficulty:
#<CHANGE_ME> #coding_problem #difficulty-easy
##### Related topics:
```expander
tag:#<INSERT_TAG_HERE>
```
##### Links:
- [Link to problem]()
___
### Problem
#### Examples
```markdown
```
#### Constraints
### Thoughts
> [!summary]
> This is a #template_remove_me
### Solution