Round 1
Questions: Specific question not provided. The question is similar to the subset sum problem and includes one more subproblem.
Candidate's Approach
- Came up with a recursive solution.
- Memoized the recursive solution.
- Engaged in a detailed discussion about the approach with the interviewer.
- Coded the approach during the interview.
- Did not have time to dry run the code.
Interviewer's Feedback
- The interviewer was very helpful and engaged in discussions about potential approaches.
- Seemed satisfied with the code and approach.