My codingame profile: https://www.codingame.com/profile/240ea85cc96c96fe212e83e986f291629082574
What is codingame?
Codingame is an online platform offering ressources for developpers to developp their coding skills.
It includes
-
puzzles ordered by difficulty and labelled with the concept you may need to solve them.
-
bot fights - Compete in multiplayers programming contests involving artificial intelligence !
-
Clash of codes - Challenge yourself and be the first to complete a puzzle in 15-minutes !
This folder is dedicated to some of my solutions for the puzzles.
Easy
- Unary (Strings, Encoding, Loops, Conditions)
- Mars lander episode 1 (Conditions)
- Onboarding (Conditions)
- Power of Thor (ep.1) (Conditions)
- The descent (Loops)
Medium
- Conway sequence (Sequences)
- Don't Panic - Episode 1 (Conditions)
- Mayan calculation (Strings, Radix)
- Shadows of the Knight - Episode 1 (Binary search, Intervals)
- The fall Ep1 (Conditions)
- The gift (Greedy algorithms)
- Death first search Ep1 (Breadth-first search, Graphs)
- Stock Exchange Losses (Arrays, Loops, Conditions)
- Dwarfs standing on the shoulders of giants (Memoization, Recursion, Graphs)
- Telephone Numbers (Tree, Trie)
- There is no Spoon - Episode 1 (Lists)
- War (Lists)
- The parking
Hard
- Vox codei Ep1 (Depth-first search, Brute-force, Simulation)
- Super computer (Greedy algorithms, Scheduling)
- Blunder Ep2 (Pathfinding, Memoization, Dynamic programming, Recursion)
- Surface (Flood fill, Memoization, Breadth-first search, Recursion)
- TAN Network (Pathfinding, Graphs, Distances, Trigonometry).
- Death first search Ep2 (Pathfinding, Graphs).
Very Hard
- Shadows of the Knight - Episode 2 (Binary search, Intervals)
- Vox codei Ep2 (Depth-first search, Brute-force, Simulation)
- The resistance (Memoization, Dynamic programming, Recursion, Encoding)