0% found this document useful (0 votes)
4 views

Recursion and Backtracking

The document lists various problems related to recursion and backtracking, including subsets, permutations, combination sums, and palindrome partitioning. Each problem is linked to its respective page on LeetCode for further exploration. These problems are essential for understanding recursive algorithms and backtracking techniques.

Uploaded by

pafije4242
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Recursion and Backtracking

The document lists various problems related to recursion and backtracking, including subsets, permutations, combination sums, and palindrome partitioning. Each problem is linked to its respective page on LeetCode for further exploration. These problems are essential for understanding recursive algorithms and backtracking techniques.

Uploaded by

pafije4242
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Recursion backtracking

Subsets
https://leetcode.com/problems/subsets
/
Subsets 2
https://leetcode.com/problems/subsets
-ii/
Permutations
https://leetcode.com/problems/permut
ations/
Permutations 2
https://leetcode.com/problems/permut
ations-ii/
Combination sum
https://leetcode.com/problems/combin
ation-sum/
Combination sum 2
https://leetcode.com/problems/combin
ation-sum-ii/
Palindrome
partitioning
https://leetcode.com/problems/palindr
ome-partitioning/

You might also like