Solution to Problem 2.26 / Implementation of Algorithm 2.4 
Makes change given increment list.
Author: Ryan McIntyre

Input is a positive integer n and a list of increments 
synonymous to coin size, also positive integers.

Output is greedy route to making n with multiples of the
change list.
