diff --git a/Maths/AverageMedian.js b/Maths/AverageMedian.js index 2504f0155..81faa9e08 100644 --- a/Maths/AverageMedian.js +++ b/Maths/AverageMedian.js @@ -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