mirror of
https://github.com/Oxbian/CodingGame.git
synced 2025-07-07 04:14:27 +02:00
Update readme
Adding some image / formatting the readme with link and a tab
This commit is contained in:
41
README.md
41
README.md
@ -1,23 +1,40 @@
|
||||
# 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.
|
||||
|
||||
# Easy challenges
|
||||
__Be careful, a lot of my solutions aren't optimized because I didn't took time to do that__
|
||||
|
||||
## Easy challenges
|
||||
---------
|
||||
[ASCII ART](https://github.com/ARKAGEDON/CodingGame/blob/main/Easy_Challenges/ascii_art.c)
|
||||
[Chuck Norris](https://github.com/ARKAGEDON/CodingGame/blob/main/Easy_Challenges/chuck_norris.c)
|
||||
[Mars Landers](https://github.com/ARKAGEDON/CodingGame/blob/main/Easy_Challenges/mars_landers_1.c)
|
||||
[Power of Thor Chapter 1](https://github.com/ARKAGEDON/CodingGame/blob/main/Easy_Challenges/power_of_thor_1.c)
|
||||
[Temperatures](https://github.com/ARKAGEDON/CodingGame/blob/main/Easy_Challenges/temperatures.c)
|
||||
[The Descent](https://github.com/ARKAGEDON/CodingGame/blob/main/Easy_Challenges/the_descent.c)
|
||||
| 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) | |
|
||||
|Onboarding | [x]() | |
|
||||
|Mars Lander - Chapter 1 | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/mars_landers_1.c) | |
|
||||
|Horse racing duals | [x]() | |
|
||||
|Defibrillators | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/defibrillators.c) | |
|
||||
|The descent | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/the_descent.c) | |
|
||||
|Temperatures | [x](https://github.com/ARKAGEDON/CodingGame/blob/main/C/Easy_Challenges/temperatures.c) | |
|
||||
|Mime type | [x]() | |
|
||||
|
||||
|
||||
# Medium challenges
|
||||
## Medium challenges
|
||||
---------
|
||||
[Shadow of Knight Chapter 1](https://github.com/ARKAGEDON/CodingGame/blob/main/Medium_Challenges/shadow_of_knight_1.c)
|
||||
[Stock Exchange Losses](https://github.com/ARKAGEDON/CodingGame/blob/main/Medium_Challenges/stock_exchange_losses.c)
|
||||
[There is no spoon Chapter 1](https://github.com/ARKAGEDON/CodingGame/blob/main/Medium_Challenges/there_is_no_spoon_1.c)
|
||||
| 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) | |
|
||||
|Winamax battle | [x]() | |
|
||||
|Don't panic - Chapter 1 | [x]() | |
|
||||
|
||||
# Hard challenges
|
||||
## Hard challenges
|
||||
--------
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user