Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit426e770

Browse files
authored
Merge pull requestmgechev#102 from mik-laj/patch-2
Make more clickable links
2 parentsf5ba75e +b0d8bc9 commit426e770

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+
*{@linkhttp://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 readinghttp://algs4.cs.princeton.edu/home/.
8+
*{@linkhttp://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 readinghttp://algs4.cs.princeton.edu/home/.
7+
*{@linkhttp://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 readinghttp://algs4.cs.princeton.edu/home/.
7+
*{@linkhttp://algs4.cs.princeton.edu/home/}
88
*
99
*@example
1010
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp