|
1 | | -# Python Challenges |
2 | | -List of solved challenges (codewars and edabit). |
| 1 | +# Codewars Challenges |
| 2 | + |
| 3 | +[](https://github.com/aleattene/advent-of-code/pulls) |
| 4 | +<!-- [](https://github.com/aleattene/advent-of-code/actions/workflows/aoc-tests.yml) --> |
| 5 | +<!-- [](https://codecov.io/gh/aleattene/advent-of-code) --> |
| 6 | +<!-- [](https://github.com/aleattene/advent-of-code/commits/) --> |
| 7 | +<!-- [](https://github.com/aleattene/advent-of-code/commits/) --> |
| 8 | +<!-- [](https://github.com/aleattene/advent-of-code/blob/main/LICENSE) --> |
| 9 | +<!-- [](https://github.com/aleattene/python_challenges/actions/workflows/python-app.yml) --> |
| 10 | +<!-- [](https://codecov.io/gh/aleattene/python_challenges) --> |
3 | 11 |
|
| 12 | +A list of **solved** codewars challenges. |
4 | 13 |
|
5 | | -[](https://github.com/aleattene/python_challenges/actions/workflows/python-app.yml) |
6 | | -[](https://codecov.io/gh/aleattene/python_challenges) |
| 14 | +--- |
7 | 15 |
|
8 | | - |
9 | | -## Codewars Challenges |
10 | 16 | #### Difficulty 8kyu |
11 | | -- [Check the exam](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_8_kyu/check_the_exam) |
12 | | -- [Hello, Name or World!](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_8_kyu/hello_name_or_world) |
13 | | -- [Hex to Decimal](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_8_kyu/hex_to_decimal) |
14 | | -- [Return Two Highest Values in List](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_8_kyu/return_two_highest_values_in_list) |
| 17 | +- [📝 Check the exam ](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_8_kyu/check_the_exam) |
| 18 | +- [🌍 Hello, Name or World!](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_8_kyu/hello_name_or_world) |
| 19 | +- [🧮 Hex to Decimal](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_8_kyu/hex_to_decimal) |
| 20 | +- [📋 Return Two Highest Values in List](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_8_kyu/return_two_highest_values_in_list) |
15 | 21 |
|
| 22 | +--- |
16 | 23 |
|
17 | 24 | #### Difficulty 7kyu |
18 | | -- [Pandemia 🌡️](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_7_kyu/pandemia) |
19 | | -- [Password Check 🔐 Binary to String](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_7_kyu/password_check_binary_to_string) |
20 | | -- [Tennis Game Points 🎾](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_7_kyu/tennis_game_points#tennis-game-points-) |
| 25 | +- [🌡️ Pandemia](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_7_kyu/pandemia) |
| 26 | +- [🔐 Password - Check Binary to String](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_7_kyu/password_check_binary_to_string) |
| 27 | +- [🎾 Tennis Game Points](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_7_kyu/tennis_game_points#tennis-game-points-) |
21 | 28 |
|
| 29 | +--- |
22 | 30 |
|
23 | 31 | #### Difficulty 6kyu |
24 | | -- [Football ⚽ Yellow and Red Cards 📒📕](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_6kyu/football_yellow_and_red_cards) |
25 | | -- [Unique in order](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_6kyu/unique_in_order) |
26 | | -- [Volleyball Positions 🏐](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_6kyu/volleyball_positions) |
| 32 | +- [⚽ Football - Yellow and Red Cards](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_6kyu/football_yellow_and_red_cards) |
| 33 | +- [✨ Unique in order](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_6kyu/unique_in_order) |
| 34 | +- [🏐 Volleyball Positions](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_6kyu/volleyball_positions) |
27 | 35 |
|
| 36 | +--- |
28 | 37 |
|
29 | 38 | #### Difficulty 5kyu |
30 | | -- [Moving Zeros To The End](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_5_kyu/moving_zeros_to_the_end) |
31 | | -- [Positions of a substring in a string](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_5_kyu/positions_of_a_substring_in_a_string) |
32 | | -- [Regex Password Validation 🔑](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_5_kyu/regex_password_validation) |
33 | | - |
| 39 | +- [0️⃣ Moving Zeros To The End](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_5_kyu/moving_zeros_to_the_end) |
| 40 | +- [🔎 Positions of a substring in a string](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_5_kyu/positions_of_a_substring_in_a_string) |
| 41 | +- [🔑 Regex Password Validation](https://github.com/aleattene/python_challenges/tree/main/codewars/difficulty_level_5_kyu/regex_password_validation) |
34 | 42 |
|
| 43 | +--- |
35 | 44 |
|
0 commit comments