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

Added cpp implementation to calculate standard deviation #84

Open Nairit11 opened 5 years ago

Nairit11 commented 5 years ago

Input is of the form :- First Line: No.of elements Second Line: Array of elements