mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +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
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user