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

Appearance settings

Commit ac43d79

Browse filesBrowse files
committed
Update jsdocs
1 parent 9f68d7d commit ac43d79
Copy full SHA for ac43d79

1 file changed

+2Lines changed: 2 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/sorting/mergesort.js‎

Copy file name to clipboardExpand all lines: src/sorting/mergesort.js
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Mergesort method which is recursively called for sorting the input array.
1414
*
1515
* @public
16+
* @module sorting/mergesort
1617
* @param {array} array The array which should be sorted
1718
* @param {Function} cmp Compares two items in an array
1819
* @param {number} start Left side of the subarray
@@ -38,6 +39,7 @@
3839
* Devides and sort merges two subarrays of given array
3940
*
4041
* @public
42+
* @module sorting/mergesort
4143
* @param {array} array The array which subarrays should be sorted
4244
* @param {number} start The start of the first subarray.
4345
* This subarray is with end middle - 1.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.