Challenge: Collect Coins in Minimum Steps
In this lesson, we will find out the minimum number of steps it takes to collect coins using a given list that is the height of vertically-stacked coins.
We'll cover the following...
Coin collection in minimum steps
Suppose you are given many adjacent piles of vertically stacked coins, like so
You are required to calculate the minimum number of steps to collect these coins (minimum number of straight ...