Skip to content

Conversation

@LONECODER1
Copy link
Contributor

Description

Coin Change Visualizer

The Coin Change Visualizer demonstrates how the Coin Change problem is solved using Dynamic Programming.
It visually shows how the algorithm builds up solutions for smaller amounts to reach the target value.

Each cell in the DP table represents either:

  • The minimum number of coins required to make a certain amount, or
  • The total number of combinations possible using given coin denominations.

Users can adjust the coin denominations and target value to see how subproblems combine to form the final solution step-by-step.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

Solves #24

Checklist

@adityacosmos24 adityacosmos24 merged commit ca852cf into OPCODE-Open-Spring-Fest:main Oct 31, 2025
4 of 6 checks passed
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