CodinGame puzzles solutions

Here can be found a set of a solutions for puzzles defined on https://www.codingame.com/.

Puzzles test knowledge of various methodologies and algorithms, and are dristributed in 4 difficulties. They are constructed in an interesting way so they can freely be called programming games, as CodinGame describes:

Programming games are turn-based. On each turn, you will get info from standard input (like a map, the enemies, etc.), then your code computes a strategy and writes an action to standard output (like shoot or move).

Single player puzzles. 🔗

Tutorial

Puzzles Onboarding - Java

⭐ Easy

Puzzles Power of Thor - Java

Puzzles The Descent - Java

Puzzles Skynet: the Chasm - Java

Puzzles Temperatures - Java

Puzzles Mars Lander - Level 1 - Java
🏆 Economic - Solve the 1st validation test with at least 300l of fuel remaining on "Mars Lander - Level 1" puzzle.

Puzzles ASCII Art - Java

Puzzles Chuck Norris - Java

⭐⭐ Medium

Puzzles Heat Detector - Java

Puzzles Indiana - Level 1 - Java

Puzzles Telephone Numbers - Java

Puzzles Scrabble - Java

Puzzles The Gift - Java

⭐⭐⭐ Hard

Puzzles Indiana - Level 2 - Java

Puzzles Super Computer - Java

Puzzles Roller Coaster - Java

Puzzles Genome Sequencing - Java

Puzzles Surface - Java

⭐⭐⭐⭐ Very Hard

![Puzzles](../images/small/very hard/MusicScores.jpg) Music Scores - Java


Disclaimer: Each task definition, description and image is found on CodinGame.