diff --git a/OJ notes/pages/Leetcode Combinations.md b/OJ notes/pages/Leetcode Combinations.md new file mode 100644 index 0000000..27a87aa --- /dev/null +++ b/OJ notes/pages/Leetcode Combinations.md @@ -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