Skip to content

Commit fcc6fb2

Browse files
committed
Revert "Remove Wikipedia links"
This reverts commit b18c2a2.
1 parent b18c2a2 commit fcc6fb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exercises/square-root/instructions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ 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)