RomanSixty / adventofcode-2019

My take on the "advent of code" challenges 2019.

Home Page:https://adventofcode.com/2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2019

http://adventofcode.com/2019

Goals

  • write as little code as possible
  • while maintaining readability
  • try maximizing performance
  • no dependencies, just a modern webbrowser

Usage

  • open index.html in a web browser (or use the github page)
  • paste your input data in the first text box
  • select which day and part you want to solve
  • hit the submit button

Gimmicks

Some days produce graphical output using generated SVG:

  • day 3: wire diagram and crossings
  • day 8: password shown in space image
  • day 11: painted hull
  • day 13: game screen
  • day 15: the maze

About

My take on the "advent of code" challenges 2019.

https://adventofcode.com/2019

License:Other


Languages

Language:JavaScript 94.8%Language:HTML 5.2%