/AdventOfCode

my solutions for https://adventofcode.com/

Primary LanguageKotlin

advent of code solutions

Remember. Every time that Christmas is mentioned in Novemeber, Santa is forced to execute another elf.

compile

./gradlew clean testClasses

run

./gradlew -PmainClass=com.adventofcode._2019.day._1.fuelcounterupper.FuelCalculatorKt run
./gradlew -PmainClass=com.adventofcode._2019.day._2.intcodecomputer.IntCodeComputerKt run

todo

day 3 why 2 same approaches yield differnt result day 4 char counter daz 6 default equals stackoverflow error on finte small graph (toString hack, remove equals and hashcode too) also algorithm compare day 9 pt 1 soultion correct test incorrect