radusqrt / numerical-methods

Numerical methods. Repository with the purpose of helping the ones in need on their path to achieving the computer science numerical wisdom.
MIT License
32 stars 33 forks source link

CPP implementation to calculate mean, median, mode #85

Open Nairit11 opened 5 years ago

Nairit11 commented 5 years ago

Input is of the form :- First Line: No. of elements in array Second Line: Elements of the array