MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / main

Method main

Programs/CombinationCoinChange.java:48–53  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

46 }
47
48 public static void main(String[] args) {
49 int amount = 175;
50 init();
51 coinCombinations(amount,0,new LinkedList<Integer>());
52 //System.out.println("Number of Combinations :" + count);
53 }
54}

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
coinCombinationsMethod · 0.95

Tested by

no test coverage detected