You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/square-root/instructions.md
-5
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,3 @@ Some potential approaches:
11
11
- Linear or binary search for a number that gives the input number when squared.
12
12
- Successive approximation using Newton's or Heron's method.
13
13
- Calculating one digit at a time or one bit at a time.
14
-
15
-
You can check out the Wikipedia pages on [integer square root][integer-square-root] and [methods of computing square roots][computing-square-roots] to help with choosing a method of calculation.
0 commit comments