notes/_templates/OJ Problem Notes.md

43 lines
426 B
Markdown
Raw Permalink Normal View History

2022-06-14 23:33:35 +08:00
# {{title}}
2022-09-02 14:45:32 +08:00
{{date}} {{time}}
2022-06-14 23:33:35 +08:00
2022-06-15 22:53:24 +08:00
> ##### Algorithms:
2022-09-03 15:41:36 +08:00
>
> #algorithm
>
2022-06-15 22:53:24 +08:00
> ##### Data structures:
2022-09-03 15:41:36 +08:00
>
2022-06-15 22:53:24 +08:00
> #DS
2022-09-03 15:41:36 +08:00
>
2022-06-15 22:53:24 +08:00
> ##### Difficulty:
2022-09-03 15:41:36 +08:00
>
2022-06-16 13:54:44 +08:00
> #coding_problem #difficulty-
2022-09-03 15:41:36 +08:00
>
2022-06-15 22:53:24 +08:00
> ##### Additional tags:
2022-09-03 15:41:36 +08:00
>
2022-06-15 22:53:24 +08:00
> #<platforms-like-leetcode> #<list-to-be-added>
2022-09-03 15:41:36 +08:00
>
2022-06-15 22:53:24 +08:00
> ##### Revisions:
2022-09-03 15:41:36 +08:00
>
2022-06-28 09:07:47 +08:00
> N/A
2022-06-15 22:53:24 +08:00
2022-06-14 23:33:35 +08:00
##### Links:
2022-09-03 15:41:36 +08:00
2022-06-14 23:33:35 +08:00
- [Link to problem]()
2022-09-03 15:41:36 +08:00
---
2022-06-14 23:33:35 +08:00
### Problem
#### Examples
#### Constraints
### Thoughts
> [!summary]
> This is a #template_remove_me
### Solution