Added wiki reference link for Median

This commit is contained in:
qingwen23
2021-07-19 02:54:42 +08:00
parent feefe881ea
commit ab229c08a2

View File

@ -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