File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 126126 * [ Area] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.js )
127127 * [ ArmstrongNumber] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ArmstrongNumber.js )
128128 * [ AverageMean] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AverageMean.js )
129+ * [ AverageMedian] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AverageMedian.js )
129130 * [ BinaryConvert] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/BinaryConvert.js )
130131 * [ BinaryExponentiationIterative] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/BinaryExponentiationIterative.js )
131132 * [ BinaryExponentiationRecursive] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/BinaryExponentiationRecursive.js )
171172 * [ Area] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Area.test.js )
172173 * [ ArmstrongNumber] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ArmstrongNumber.test.js )
173174 * [ AverageMean] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/AverageMean.test.js )
175+ * [ AverageMedian] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/AverageMedian.test.js )
174176 * [ BInaryConvert] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/BInaryConvert.test.js )
175177 * [ BinaryExponentiationIterative] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/BinaryExponentiationIterative.test.js )
176178 * [ DegreeToRadian] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/DegreeToRadian.test.js )
You can’t perform that action at this time.
0 commit comments