tkhadir / AdventOfCode

Advent of code's set solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCode for 2019

https://adventofcode.com/

day 1

elfs are trying to calculate fuel required for module masse, can you find the total fuel required for ship ?

day 2

On the way to your gravity assist around the Moon, your ship computer beeps angrily about a "1202 program alarm". On the radio, an Elf is already explaining how to handle the situation: "Don't worry, that's perfectly norma--" The ship computer bursts into flames.

You notify the Elves that the computer's magic smoke seems to have escaped. "That computer ran Intcode programs like the gravity assist program it was working on; surely there are enough spare parts up there to build a new Intcode computer!"

day 3

  • part 1 : find the smallest manhattan distance for the closest intersection
  • part 2 : compare by step

day 4

  • part 1 : find available passwords
  • part 2 : two digits are not member of larger group

About

Advent of code's set solutions

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%