I like to solve CodinGame puzzles locally on my computer for comfort, then copy my solutions into the CodinGame editor.
Here is my CodinGame profile → ClemBytes
🚌 TAN Network — Hard
- Goal: Given a description of a public transportation network, find the shortest path between a starting and ending point.
- Topics: Pathfinding, graphs, distances.
- Tech: 🦀 Rust.
🎨 Graffiti on the Fence — Easy
- Goal: Given painted intervals of a fence (possibly overlapping or non-continuous), find the unpainted intervals.
- Topics: Intervals.
- Tech: 🦀 Rust.
➡️ Create 'Turn Here' Signs — Easy
- Goal: Create ASCII art of a turn sign, given some directions.
- Topics: Loops, logic, string manipulation, ASCII art.
- Tech: 🐍 Python.
🌉 Logic gates — Easy
- Goal: Given input signals and some logic gates, produce output signal.
- Topics: Logic.
- Tech: 🐍 Python.