65.3k views
16 votes
Design an algorithm for computing √n

for any positive integer n. Besides
assignment and comparison, your algorithm may only use the four basic
arithmetical operations.

1 Answer

9 votes
Positive integer n design an algorithm