Skip to content

ClemBytes/CodinGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 CodinGame Problems

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

📜 Problems Solved

🚌 TAN NetworkHard

  • 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 FenceEasy

  • Goal: Given painted intervals of a fence (possibly overlapping or non-continuous), find the unpainted intervals.
  • Topics: Intervals.
  • Tech: 🦀 Rust.

➡️ Create 'Turn Here' SignsEasy

  • Goal: Create ASCII art of a turn sign, given some directions.
  • Topics: Loops, logic, string manipulation, ASCII art.
  • Tech: 🐍 Python.

🌉 Logic gatesEasy

  • Goal: Given input signals and some logic gates, produce output signal.
  • Topics: Logic.
  • Tech: 🐍 Python.

Releases

No releases published

Packages

 
 
 

Contributors