Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 0d5162b

Browse files
committed
Update README.md
1 parent d6d15bc commit 0d5162b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

readme.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ Some best practices for practice questions on [codewars](http://www.codewars.com
33

44
**Notes:** The best practices for every question I have passed all tests on codewars were sorted via votes count descending at the time I resolved it, so you maybe see different results now for the same question on codewars.
55

6+
Here is my codewars homepage: https://www.codewars.com/users/dwqs.
7+
68
## Lists
79

8-
* [Sum of many ints](codewars/sum-of-many-ints.md)
9-
* [Palindrome for your Dome](codewars/palindrome-for-your-dome.md)
10-
* [Array Helpers](codewars/array-helpers.md)
11-
* [Who likes it?](codewars/who-likes-it.md)
12-
* [Create Phone Number](codewars/create-phone-number.md)
13-
* [Sometimes](codewars/sometimes.md)
14-
* [Adding ordinal indicator suffixes to numbers](codewars/adding-ordinal-indicator-suffixes-to-numbers.md)
15-
* [Count IP Addresses](codewars/count-ip-address.md)
16-
* [Regex Password Validation](codewars/regex-password-validation.md)
17-
* [Find Unique Number](codewars/find-unique-number.md)
10+
* [Sum of many ints](codewars/201512/sum-of-many-ints.md)
11+
* [Palindrome for your Dome](codewars/201512/palindrome-for-your-dome.md)
12+
* [Array Helpers](codewars/201512/array-helpers.md)
13+
* [Who likes it?](codewars/201512/who-likes-it.md)
14+
* [Create Phone Number](codewars/201512/create-phone-number.md)
15+
* [Sometimes](codewars/201512/sometimes.md)
16+
* [Adding ordinal indicator suffixes to numbers](codewars/201512/adding-ordinal-indicator-suffixes-to-numbers.md)
17+
* [Count IP Addresses](codewars/201512/count-ip-address.md)
18+
* [Regex Password Validation](codewars/201702/regex-password-validation.md)
19+
* [Find Unique Number](codewars/201701/find-unique-number.md)
1820

0 commit comments

Comments
 (0)