I am trying to solve the coin change problem in racket. My idea was to solve it as a tree. For example, the value 10 with coins 1 2 and 5
10 /\\\\ 9 8 5 /