Round 1
Questions: Specific question not provided. The question is similar to the subset sum problem and includes one more subproblem.
Candidate's Approach
The candidate was able to come up with a recursive solution and then memoized it. They had a detailed discussion with the interviewer about the approach and proceeded to code it. The interviewer was helpful, discussing potential approaches along the way. However, they did not have time to dry run the code.
Interviewer's Feedback
The interviewer seemed satisfied with the candidate's code and approach during the interview. However, there were a few minor bugs in the code that were not pointed out.