RomanSixty / adventofcode-2018

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

Home Page:http://adventofcode.com/2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2018

http://adventofcode.com/2018

Goals

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

Usage

Each day's solution resides in a numbered directory containing a text file input as input data and solve.php for processing.

Run using php-cli, e.g.:

php 01/solve.php

About

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

http://adventofcode.com/2018

License:Other


Languages

Language:PHP 100.0%