Challenge: Backtracking
Challenge yourself by solving a problem related to backtracking.
We'll cover the following...
Let's practice what we've learned so far.
Task
An addition chain for an integer is an increasing sequence of integers that starts with 1 and ends with , such that each entry after the first is the sum of two earlier entries. More formally, the integer sequence ...