rishabh-malik / Hacktoberfest-2018

A simple code repository for algorithms in various languages.
38 stars 242 forks source link

add the c++ implementation for the Babylonian method #385

Closed f-eiwu closed 4 years ago

f-eiwu commented 5 years ago

The Babylonian method is a ancient algorithm to calculate the square root of a positive number.