GithubCheatSheet CC: Do the coin change problem but with no fixed number of coins like take user input for the 3 coins' value. Assignment: Do binary search using recursion and iteration and compare their runtimes.