Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce13ff2 commit ce8f53aCopy full SHA for ce8f53a
src/others/min-coins-change.js
@@ -5,7 +5,7 @@
5
* Returns the minimum number of coins from given set,
6
* which sum equals to given change. This is famous
7
* problem from the dymanic programming:
8
- * https://en.wikipedia.org/wiki/Change-making_problem
+ * {@link https://en.wikipedia.org/wiki/Change-making_problem}
9
*
10
* @public
11
* @module others/minCoinsChange
0 commit comments