You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 4 |[Find the odd int](https://www.codewars.com/kata/54da5a58ea159efa38000836)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/find_the_odd_int)|
24
-
| 5 |[First character that repeats](https://www.codewars.com/kata/54f9f4d7c41722304e000bbb)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/first_character_that_repeats)|
25
-
| 6 |[Character with longest consecutive repetition](https://www.codewars.com/kata/586d6cefbcc21eed7a001155)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/longest_repetition)|
26
-
| 7 |[Numericals of a String](https://www.codewars.com/kata/5b4070144d7d8bbfe7000001)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/numericals_of_string)|
20
+
| 1 |[A Rule of Divisibility by 13](https://www.codewars.com/kata/564057bc348c7200bd0000ff)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/a_rule_of_divisibility_by_13)|
| 3 |[Array to HTML table](https://www.codewars.com/kata/5e7e4b7cd889f7001728fd4a)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/array_to_html_table)|
23
+
| 4 |[Binary to Text (ASCII) Conversion](https://www.codewars.com/kata/5583d268479559400d000064)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/binary_to_text_ascii_conversion)|
| 8 |[Conversion between Kilobyte and KibiByte](https://www.codewars.com/kata/5a115ff080171f9651000046)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/conversion_between_kilobyte_and_kibibyte)|
28
-
| 8 |[Permute a Palindrome](https://www.codewars.com/kata/58ae6ae22c3aaafc58000079)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/permute_a_palindrome)|
| 14 |[Unique In Order](https://www.codewars.com/kata/54e6533c92449cc251001667)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/unique_in_order)|
| 16 |[Multiples of 3 or 5](https://www.codewars.com/kata/514b92a657cdc65150000006)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/multiples_of_3_or_5)|
37
-
| 17 |[Sum of Digits / Digital Root](https://www.codewars.com/kata/541c8630095125aba6000c00)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/sum_of_digits_digital_root)|
38
-
| 18 |[Binary to Text (ASCII) Conversion](https://www.codewars.com/kata/5583d268479559400d000064)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/binary_to_text_ascii_conversion)|
| 21 |[Help the bookseller !](https://www.codewars.com/kata/54dc6f5a224c26032800005c)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/help_the_bookseller)|
42
-
| 22 |[Row of the odd triangle](https://www.codewars.com/kata/5d5a7525207a674b71aa25b5)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/row_of_the_odd_triangle)|
| 24 |[A Rule of Divisibility by 13](https://www.codewars.com/kata/564057bc348c7200bd0000ff)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/a_rule_of_divisibility_by_13)|
| 28 |[Array to HTML table](https://www.codewars.com/kata/5e7e4b7cd889f7001728fd4a)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/array_to_html_table)|
49
-
| 29 |[rotate the letters of each element](https://www.codewars.com/kata/5e98712b7de14f0026ef1cc1)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/rotate_the_letters_of_each_element)|
| 35 |[Format a string of names like 'Bart, Lisa & Maggie'.](https://www.codewars.com/kata/53368a47e38700bd8300030d)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/format_string_of_names)|
56
-
| 36 |[Sort the odd](https://www.codewars.com/kata/578aa45ee9fd15ff4600090d)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/sort_the_odd)|
| 16 |[Find the in-between point](https://www.codewars.com/kata/58a672d6426bf38be4000057)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/find_the_in_between_point)|
36
+
| 17 |[Find the odd int](https://www.codewars.com/kata/54da5a58ea159efa38000836)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/find_the_odd_int)|
37
+
| 18 |[First character that repeats](https://www.codewars.com/kata/54f9f4d7c41722304e000bbb)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/first_character_that_repeats)|
38
+
| 19 |[Format a string of names like 'Bart, Lisa & Maggie'.](https://www.codewars.com/kata/53368a47e38700bd8300030d)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/format_string_of_names)|
39
+
| 20 |[Help the bookseller !](https://www.codewars.com/kata/54dc6f5a224c26032800005c)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/help_the_bookseller)|
40
+
| 21 |[Character with longest consecutive repetition](https://www.codewars.com/kata/586d6cefbcc21eed7a001155)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/longest_repetition)|
41
+
| 22 |[Multiples of 3 or 5](https://www.codewars.com/kata/514b92a657cdc65150000006)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/multiples_of_3_or_5)|
| 25 |[Numericals of a String](https://www.codewars.com/kata/5b4070144d7d8bbfe7000001)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/numericals_of_string)|
45
+
| 26 |[Permute a Palindrome](https://www.codewars.com/kata/58ae6ae22c3aaafc58000079)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/permute_a_palindrome)|
| 28 |[Potion Class 101](https://www.codewars.com/kata/5e0607115654a900140b3ce3)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/potion_class_101)|
| 30 |[Rotate the letters of each element](https://www.codewars.com/kata/5e98712b7de14f0026ef1cc1)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/rotate_the_letters_of_each_element)|
50
+
| 31 |[Row of the odd triangle](https://www.codewars.com/kata/5d5a7525207a674b71aa25b5)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/row_of_the_odd_triangle)|
| 33 |[Sort the odd](https://www.codewars.com/kata/578aa45ee9fd15ff4600090d)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/sort_the_odd)|
| 38 |[Sum of Digits / Digital Root](https://www.codewars.com/kata/541c8630095125aba6000c00)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/sum_of_digits_digital_root)|
59
58
| 39 |[Sums of Parts](https://www.codewars.com/kata/5ce399e0047a45001c853c2b)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/sums_of_parts)|
60
-
| 40 |[Find the in-between point](https://www.codewars.com/kata/58a672d6426bf38be4000057)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/find_the_in_between_point)|
59
+
| 40 |[Unique In Order](https://www.codewars.com/kata/54e6533c92449cc251001667)|[Solution](https://github.com/ikostan/codewars/tree/master/kyu_6/unique_in_order)|
0 commit comments