denvash / codingame-puzzles-solutions

Elegant puzzles solutions 🖊

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Elegant puzzles solutions 🖊


Languages

Language:Java 27.3%Language:JavaScript 25.4%Language:C++ 18.5%Language:Python 11.1%Language:Kotlin 6.4%Language:PHP 6.0%Language:C# 5.1%Language:Scala 0.2%