MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / CoinChange.test.js

File CoinChange.test.js

Dynamic-Programming/tests/CoinChange.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { change, coinChangeMin } from '../CoinChange'
2
3test('Base Case 1', () => {
4 const coins = [2, 3, 5]

Callers

nothing calls this directly

Calls 2

changeFunction · 0.90
coinChangeMinFunction · 0.90

Tested by

no test coverage detected