vault backup: 2022-07-19 23:02:46
This commit is contained in:
parent
0c5907f90d
commit
986ad9b704
36
OJ notes/pages/Leetcode Combinations.md
Normal file
36
OJ notes/pages/Leetcode Combinations.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Leetcode Combinations
|
||||||
|
|
||||||
|
#### 2022-07-19 20:09
|
||||||
|
|
||||||
|
> ##### Algorithms:
|
||||||
|
> #algorithm #backtrack
|
||||||
|
> ##### Difficulty:
|
||||||
|
> #coding_problem #difficulty-medium
|
||||||
|
> ##### Additional tags:
|
||||||
|
> #leetcode #CS_list_need_understanding
|
||||||
|
> ##### Revisions:
|
||||||
|
> N/A
|
||||||
|
|
||||||
|
##### Related topics:
|
||||||
|
```expander
|
||||||
|
tag:#backtrack
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##### Links:
|
||||||
|
- [Link to problem](https://leetcode.com/problems/combinations/)
|
||||||
|
- [Explanation]
|
||||||
|
___
|
||||||
|
### Problem
|
||||||
|
|
||||||
|
#### Examples
|
||||||
|
|
||||||
|
#### Constraints
|
||||||
|
|
||||||
|
### Thoughts
|
||||||
|
|
||||||
|
> [!summary]
|
||||||
|
> This is a #template_remove_me
|
||||||
|
|
||||||
|
### Solution
|
Loading…
Reference in a new issue