Codingame Puzzles Solutions Save

Elegant puzzles solutions 🖊

Project README

codingame-banner

Hits

Various :star2: solutions :star: 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: [email protected], 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.

Open Source Agenda is not affiliated with "Codingame Puzzles Solutions" Project. README Source: denvash/codingame-puzzles-solutions

Open Source Agenda Badge

Open Source Agenda Rating