From 986ad9b704d68cd4337a9911b55cf2cc435723fe Mon Sep 17 00:00:00 2001 From: juan Date: Tue, 19 Jul 2022 23:02:46 +0800 Subject: [PATCH] vault backup: 2022-07-19 23:02:46 --- OJ notes/pages/Leetcode Combinations.md | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 OJ notes/pages/Leetcode Combinations.md 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