From bbe5245e864eaefaded386232bf040f03d791117 Mon Sep 17 00:00:00 2001 From: juan Date: Tue, 19 Jul 2022 23:20:25 +0800 Subject: [PATCH] vault backup: 2022-07-19 23:20:25 --- OJ notes/pages/Leetcode Combinations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OJ notes/pages/Leetcode Combinations.md b/OJ notes/pages/Leetcode Combinations.md index 6fdd983..de5d035 100644 --- a/OJ notes/pages/Leetcode Combinations.md +++ b/OJ notes/pages/Leetcode Combinations.md @@ -38,4 +38,6 @@ ___ The link I mentioned on the links section already have a good explanation on the topic. +In my eyes, backtracking means DFS-like recursion and searching in solving problems. + ### Solution