mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 08:16:50 +08:00
Added wiki reference link for Median
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
|
* Median: https://en.wikipedia.org/wiki/Median
|
||||||
|
*
|
||||||
* function averageMedian
|
* function averageMedian
|
||||||
* to find the median value of an array of numbers
|
* to find the median value of an array of numbers
|
||||||
* the numbers in an array will be sorted in ascending order by the function sortNumbers
|
* the numbers in an array will be sorted in ascending order by the function sortNumbers
|
||||||
|
Reference in New Issue
Block a user