Question: Suppose you want to make a path between each number on Pascal's Triangle. For this exercise, suppose the only moves allowed are to go down
Suppose you want to make a path between each number on Pascal's Triangle. For this exercise, suppose the only moves allowed are to go down one row either to the left or to the right.
We will code the path by using bit strings. In particular, a 0 will be used for each move downward to the left, and a 1 for each move downward to the right. So, for example, consider the first five rows of Pascal's Triangle below, and the path shown between the top number 1 (labeled START) and the left-most 3.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
