Skip to content

denvash/codingame-puzzles-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.