mirror of
https://github.com/Oxbian/CodingGame.git
synced 2025-06-12 06:08:07 +02:00
Update README.md
This commit is contained in:
parent
0435bce734
commit
9dd0d0a832
54
README.md
54
README.md
@ -1,8 +1,8 @@
|
||||
# CodingGame
|
||||
------------
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
In this github project you will find all my solutions for Codingame challenges I have made. Some challenges are done in C and Python and some in Python only. If I have time one day I will do all in C.
|
||||
@ -13,35 +13,35 @@ __Be careful, a lot of my solutions aren't optimized because I didn't took time
|
||||
---------
|
||||
| Challenge | C | Python |
|
||||
|-----------|---|--------|
|
||||
|ASCII ART | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/ascii_art.c) | |
|
||||
|Unary | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/unary.c) | |
|
||||
|Power of Thor - Chapter 1| [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/power_of_thor_1.c) | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Easy_Challenges/power_of_thor_1.py) |
|
||||
|Onboarding | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/onboarding.c) | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Easy_Challenges/onboarding.py) |
|
||||
|Mars Lander - Chapter 1 | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/mars_lander_1.c) | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Easy_Challenges/mars_lander_1.py) |
|
||||
|Horse racing duals | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/horse-racing-duals.c) | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Easy_Challenges/horse_racing_duals.py) |
|
||||
|Defibrillators | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/defibrillators.c) | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Easy_Challenges/defibrillators.py) |
|
||||
|The descent | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/the_descent.c) | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Easy_Challenges/defibrillators.py) |
|
||||
|Temperatures | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/temperatures.c) | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Easy_Challenges/temperatures.py) |
|
||||
|Mime type | []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Easy_Challenges/mime-type.py) |
|
||||
|ASCII ART | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/ascii_art.c) | |
|
||||
|Unary | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/unary.c) | |
|
||||
|Power of Thor - Chapter 1| [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/power_of_thor_1.c) | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Easy_Challenges/power_of_thor_1.py) |
|
||||
|Onboarding | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/onboarding.c) | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Easy_Challenges/onboarding.py) |
|
||||
|Mars Lander - Chapter 1 | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/mars_lander_1.c) | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Easy_Challenges/mars_lander_1.py) |
|
||||
|Horse racing duals | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/horse-racing-duals.c) | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Easy_Challenges/horse_racing_duals.py) |
|
||||
|Defibrillators | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/defibrillators.c) | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Easy_Challenges/defibrillators.py) |
|
||||
|The descent | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/the_descent.c) | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Easy_Challenges/defibrillators.py) |
|
||||
|Temperatures | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Easy_Challenges/temperatures.c) | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Easy_Challenges/temperatures.py) |
|
||||
|Mime type | []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Easy_Challenges/mime-type.py) |
|
||||
|
||||
|
||||
## Medium challenges
|
||||
---------
|
||||
| Challenge | C | Python |
|
||||
|-----------|---|--------|
|
||||
|There is no spoon - Chapter 1 | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Medium_Challenges/there_is_no_spoon_1.c) | |
|
||||
|Shadows of the knigth - Chapter 1 | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Medium_Challenges/shadow_of_knight_1.c) | |
|
||||
|Stock exchange losses| [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Medium_Challenges/stock_exchange_losses.c) | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/stock_exchange_losses.py) |
|
||||
|Winamax battle | []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/winamax_battle.py) |
|
||||
|Don't panic - Chapter 1 | []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/don't_panic_1.py) |
|
||||
|Death First Search - Chapter 1| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/death_first_search_1.py) |
|
||||
|Mars Lander - Chapter 2| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/mars_lander_2.py) |
|
||||
|Conway sequence| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/conway_sequence.py) |
|
||||
|Network Cabling| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/network_cabling.py) |
|
||||
|Telephone Numbers| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/telephone_numbers.py) |
|
||||
|The Fall - Chapter 1| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/the_fall_1.py) |
|
||||
|The gift| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/the_gift.py)|
|
||||
|Dwarfs standing on the shoulders of giants| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/dwarfs_standing_on_the_shoulders_of_giants.py) |
|
||||
|Mayan Calculations| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/mayan_calculations.py) |
|
||||
|Scrabble| []() | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/Python/Medium_Challenges/scrabble.py) |
|
||||
|There is no spoon - Chapter 1 | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Medium_Challenges/there_is_no_spoon_1.c) | |
|
||||
|Shadows of the knigth - Chapter 1 | [x](https://github.com/Oxbian/CodingGame/blob/main/C/Medium_Challenges/shadow_of_knight_1.c) | |
|
||||
|Stock exchange losses| [x](https://github.com/Oxbian/CodingGame/blob/main/C/Medium_Challenges/stock_exchange_losses.c) | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/stock_exchange_losses.py) |
|
||||
|Winamax battle | []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/winamax_battle.py) |
|
||||
|Don't panic - Chapter 1 | []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/don't_panic_1.py) |
|
||||
|Death First Search - Chapter 1| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/death_first_search_1.py) |
|
||||
|Mars Lander - Chapter 2| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/mars_lander_2.py) |
|
||||
|Conway sequence| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/conway_sequence.py) |
|
||||
|Network Cabling| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/network_cabling.py) |
|
||||
|Telephone Numbers| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/telephone_numbers.py) |
|
||||
|The Fall - Chapter 1| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/the_fall_1.py) |
|
||||
|The gift| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/the_gift.py)|
|
||||
|Dwarfs standing on the shoulders of giants| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/dwarfs_standing_on_the_shoulders_of_giants.py) |
|
||||
|Mayan Calculations| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/mayan_calculations.py) |
|
||||
|Scrabble| []() | [x](https://github.com/Oxbian/CodingGame/blob/main/Python/Medium_Challenges/scrabble.py) |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user