Subset Sum Problem is a very common problem asked in the interviews.
In this video, I will be explaining the thought process behind the naive backtracking approach and using that in the later videos, I will talking about improvisation on top of it to get more optimised solution using Memoization and Dynamic Programming.
Source Code: https://github.com/DebugInterviews/InterviewProblems/blob/master/SubsetSumBacktracking.java
For any queries, kindly mail us at: [email protected]