EasyRememberRecursion & BacktrackingMultiple Choice

What is the recursion base case for Combination Sum (LC 39)?

Remember Tests recall of fundamental facts and definitions.

Answer Options

AWhen path is empty
BWhen remaining == 0 (valid solution found)
CWhen index exceeds candidates length
DWhen path length equals target

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 32+ more Recursion & Backtracking questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Recursion & Backtracking topic (Algorithms).

More Recursion & Backtracking Questions