Skip to content

Commit dcfe0d6

Browse files
xanniIsaacG
andauthored
Update exercises/square-root/instructions.md
Co-authored-by: Isaac Good <[email protected]>
1 parent f2f6a2c commit dcfe0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/square-root/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Your task is to calculate the square root of a given number.
66
- As input you’ll be given a positive whole number, i.e. 1, 2, 3, 4…
77
- You also only need to output a positive whole number.
88

9-
Examples of some approaches you could consider are:
9+
Here are some approaches you could use.
1010

1111
- Linear or binary search for a number that gives the input number when squared
1212
- Successive approximation using Newton's or Heron's method

0 commit comments

Comments
 (0)