Skip to content

Conversation

@CosmicMagnetar
Copy link
Contributor

  • Implemented the memoized recursive solution for Coin Change Problem II.
  • Function count(coins, N, target) calculates the number of distinct ways to make up the target sum using given coin denominations.
  • Added 5 sample test cases to validate the solution.
  • Followed the standard format used in previous algorithm implementations (problem description + solution + test cases).

@kishanBhandary kishanBhandary merged commit 8f929c0 into kishanBhandary:main Oct 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants