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.