Skip to content

Commit 9e6e7af

Browse files
committed
docs: touch up format
1 parent 17a9a5f commit 9e6e7af

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
# [Find Nearest square number](https://www.codewars.com/kata/find-nearest-square-number "https://www.codewars.com/kata/5a805d8cafa10f8b930005ba")
22

3-
Your task is to find the nearest square number, nearest\_sq(n), of a positive integer n.
4-
5-
Goodluck :)
6-
7-
Check my other katas:
8-
9-
<a href="https://www.codewars.com/kata/5a8059b1fd577709860000f6">Alphabetically ordered </a>
10-
11-
<a href="https://www.codewars.com/kata/5a805631ba1bb55b0c0000b8">Case-sensitive! </a>
12-
13-
<a href="https://www.codewars.com/kata/5a9a70cf5084d74ff90000f7">Not prime numbers </a>
3+
Your task is to find the nearest square number, nearest\_sq(n), of a positive integer n.

kata/8-kyu/find-the-slope/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ For an undefined slope (division by 0), return ```undefined``` . Note that the
88
a:x1
99
b:y1
1010
c:x2
11-
d:y2```
11+
d:y2
12+
```
1213

13-
Assume that ```[a,b,c,d]``` and the answer are all integers
14-
(no floating numbers!).
15-
Slope: <https://en.wikipedia.org/wiki/Slope>
16-
14+
Assume that ```[a,b,c,d]``` and the answer are all integers (no floating numbers!).
15+
Slope: <https://en.wikipedia.org/wiki/Slope>

0 commit comments

Comments
 (0)