From 926d4e5e599bfc5207e4fe8635454f0ecad54f1a Mon Sep 17 00:00:00 2001 From: juan Date: Tue, 19 Jul 2022 23:12:37 +0800 Subject: [PATCH] vault backup: 2022-07-19 23:12:37 --- OJ notes/pages/Leetcode Combinations.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/OJ notes/pages/Leetcode Combinations.md b/OJ notes/pages/Leetcode Combinations.md index 27a87aa..6fdd983 100644 --- a/OJ notes/pages/Leetcode Combinations.md +++ b/OJ notes/pages/Leetcode Combinations.md @@ -20,10 +20,12 @@ tag:#backtrack ##### Links: - [Link to problem](https://leetcode.com/problems/combinations/) -- [Explanation] +- [Explanation](https://leetcode.com/problems/combinations/discuss/844096/Backtracking-cheatsheet-%2B-simple-solution) ___ ### Problem + + #### Examples #### Constraints @@ -31,6 +33,9 @@ ___ ### Thoughts > [!summary] -> This is a #template_remove_me +> This is a #backtrack problem + +The link I mentioned on the links section already have a good +explanation on the topic. ### Solution