Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce8f53a

Browse files
authored
1 parent ce13ff2 commit ce8f53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/others/min-coins-change.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Returns the minimum number of coins from given set,
66
* which sum equals to given change. This is famous
77
* problem from the dymanic programming:
8-
* https://en.wikipedia.org/wiki/Change-making_problem
8+
* {@link https://en.wikipedia.org/wiki/Change-making_problem}
99
*
1010
* @public
1111
* @module others/minCoinsChange

0 commit comments

Comments
 (0)