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.
2 parents ce13ff2 + ce8f53a commit f5ba75eCopy full SHA for f5ba75e
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