Sort by

recency

|

743 Discussions

|

  • + 0 comments
    def getWays(n, c):
        count = [0]*(n+1)
        count[0] = 1
        c.sort(reverse = True) 
        for coin in c:
            for i in range(coin, n +1):
                count[i] += count[i-coin]
        return count[n]
    		
    

    sorting is done in order to understand how denomination is formed

  • + 0 comments

    How can i find good designer for my Website? [https://hhftraining.co.uk/

  • + 0 comments

    The Coin Change Problem involves finding the number of ways to make a given amount using a set of coins with specified denominations. It's commonly solved using dynamic programming to optimize calculations z7. Let me know if you need further clarification or code examples!

  • + 0 comments

    The Coin Change Problem involves finding the number of ways to make change for a given amount using a set of coin denominations 3rr. It’s often solved using dynamic programming for efficiency.

  • + 0 comments

    The Coin Change Problem is a computational challenge where the goal is to determine the number of ways to make change for a given amount using specific coin denominations. It involves finding either the number of combinations or the minimum number of coins needed. Similarly, Paxi tracking and other parcel tracking systems optimize delivery by breaking down the process into smaller stages, akin to finding efficient steps in the coin change solution. This ensures transparency and efficiency, providing users with real-time updates on their parcel's progress. People also search for paxi prices