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

29 lines
406 B
Markdown

# {{title}}
#### {{date}} {{time}}
___
##### Algorithms:
#algorithm
##### Data structures:
#DS
##### Difficulty:
#CS_analysis #difficulty-
##### Related problems:
```expander
tag:#coding_problem tag:#<CHANGE_ME> -tag:#template_remove_me
```
##### Links:
- [cppreference]()
___
### What is {{title}}?
### How does {{title}} work?
#### Example code
### Why and when to use it?
#template_remove_me