Skip to content

Commit 426e770

Browse files
authored
Merge pull request mgechev#102 from mik-laj/patch-2
Make more clickable links
2 parents f5ba75e + b0d8bc9 commit 426e770

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/data-structures/splay-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
/**
4646
* Splay tree.
47-
* http://en.wikipedia.org/wiki/Splay_tree
47+
* {@link http://en.wikipedia.org/wiki/Splay_tree}
4848
* @public
4949
* @constructor
5050
*/

src/sets/quickfind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The algorithm is inspired by Robert Sedgewick's Java implementation.
66
* <br>
77
* The algorithm is inspired by Robert Sedgewick's Java implementation.
8-
* For further reading http://algs4.cs.princeton.edu/home/.
8+
* {@link http://algs4.cs.princeton.edu/home/}
99
*
1010
* @example
1111
*

src/sets/quickunion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Allows to check whether the path between two nodes exists.
55
* <br>
66
* The algorithm is inspired by Robert Sedgewick's Java implementation.
7-
* For further reading http://algs4.cs.princeton.edu/home/.
7+
* {@link http://algs4.cs.princeton.edu/home/}
88
*
99
* @example
1010
*

src/sets/weightquickunion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Allows to check whether the path between two nodes exists.
55
* <br>
66
* The algorithm is inspired by Robert Sedgewick's Java implementation.
7-
* For further reading http://algs4.cs.princeton.edu/home/.
7+
* {@link http://algs4.cs.princeton.edu/home/}
88
*
99
* @example
1010
*

0 commit comments

Comments
 (0)