Skip to content

coocos/advent-of-code-2018

Repository files navigation

Advent of Code 2018

################################
#######################...######
######################...#######
##############...####..G########
#############....G...G..########
############...#.......####..###
###########G.G##..#.G...###..###
##########....###.....G.G......#
#########....##....GG..G..###..#
###########..#................##
###########..#...#G...........##
##########...............G.....#
#####.#####...#####E.......E...#
####..#####..#######.....G..####
##.G..####G.#########.E...E...##
#...####....#########..........#
#.G.####....#########..........#
##..####....#########..##......#
###.###.....#########G.....#.###
###.##...G...#######..E.....####
###.....G.....#####E.......#####
###.......................######
######..............E.........##
######......###................#
#####.......##.................#
#####.#....##......##........E##
#######....######.##E.##########
#######....#########..##########
######.....#########....########
####.....###########..E.########
####...#.###########....########
################################

day 15 - the bane of your existence in 2018 💀

What is this?

A full set of Python solutions to Advent of Code 2018, the 2018 edition of the annual programming puzzle calendar. The solutions are neither particularly clean nor optimized but they do produce correct answers - at least with my inputs. Some of the solutions are painfully slow (days 9 and 22 to mention the worst culprits) and you might want to consider using pypy if you want to run them. All solutions use only the standard library.

Shout out to the bright minds at Reddit for coming up with very creative ideas and approaches to some of the problems.

About

Advent of Code 2018 solutions

Topics

Resources

License

Stars

Watchers

Forks

Languages