Let's explore an interesting problem found in most big tech companies interviews - The coin change problem💱!
we could use backtracking algorithm to solve this problem
we could use backtracking algorithm to solve this problem