Skip to content

Commit 6ea8e9c

Browse files
xannikotp
andauthored
Update exercises/square-root/instructions.md
Co-authored-by: Victor Goff <[email protected]>
1 parent 4179cb4 commit 6ea8e9c

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-
Here are some approaches you could use.
9+
Some potential approaches:
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)