dorkhub

codingame-puzzles-solutions

Elegant puzzles solutions 🖊

denvash
Java9133 forksupdated 7 years ago
git clone https://github.com/denvash/codingame-puzzles-solutions.gitdenvash/codingame-puzzles-solutions

codingame-banner

Hits

Various 🌟 solutions ⭐ for Codingame puzzles.

Contribute

If you are new check out How to contribute to a project on Github.

Got an elegant solution? Other programming language? Found a bug?

Post an issue or send an email: justdenva@gmail.com, I'll add it up!

Easy

Medium

Hard

Very Hard

Integrate with Node.js

const readFileSync = require('fs').readFileSync
const inputFile = 'lib/1.in'
const inArray = readFileSync(inputFile, 'utf8').split('\n')
const readline = () => inArray.shift()

// Use as normal readline function (Spider-Monkey) syntax;
const N = readline().split(' ').map(Number)

Contributors

Dennis Vash - profile.

more like this

Scythe

SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.

C#50

search

search projects, people, and tags