notes/_templates/cpp_stuff_explainer.md

40 lines
447 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-15 22:53:24 +08:00
> #CS_analysis #difficulty-
2022-09-03 15:41:36 +08:00
>
2022-06-15 22:53:24 +08:00
> ##### Additional tags:
2022-06-14 23:33:35 +08:00
##### Related problems:
2022-09-03 15:41:36 +08:00
2022-06-14 23:33:35 +08:00
```expander
2022-09-03 15:41:36 +08:00
tag:#coding_problem tag:#<CHANGE_ME> -tag:#template_remove_me
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
- [cppreference]()
2022-09-03 15:41:36 +08:00
---
2022-06-14 23:33:35 +08:00
### What is {{title}}?
### How does {{title}} work?
#### Example code
### Why and when to use it?
2022-09-03 15:41:36 +08:00
#template_remove_me