ShivamSinghal1 / Competitive-Programming-Algorithms

The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
https://codedigger.tech
21 stars 48 forks source link

Added square_root.cpp #29

Closed rudrakshi99 closed 4 years ago

rudrakshi99 commented 4 years ago

Added a function to calculate the square root of a number 'n' upto 'p' decimal places in O(n+p) time complexity.