Yet-Another-Series / Yet_Another_Algorithms_Repository

Beginner friendly repo for easily contributing algorithms' implementations
MIT License
34 stars 256 forks source link

add python script to calculate the square root of a number #398

Closed rosy-sanby closed 4 years ago

rosy-sanby commented 4 years ago

This short and sweet algorithm uses Newton's Method to calculate the square root of a number