Skip to content

Commit b18c2a2

Browse files
committed
Remove Wikipedia links
1 parent 0813370 commit b18c2a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

exercises/square-root/instructions.md

-5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,3 @@ Some potential approaches:
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.
1313
- 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.
16-
17-
[integer-square-root]: https://en.wikipedia.org/wiki/Integer_square_root
18-
[computing-square-roots]: https://en.wikipedia.org/wiki/Methods_of_computing_square_roots

0 commit comments

Comments
 (0)