Giter VIP home page Giter VIP logo

adventofcode-2022's Introduction

Advent of Code 2022

http://adventofcode.com/2022

Goals

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

Usage

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

Run using php-cli, e.g.:

php 01/solve.php

To profile execution time and memory usage, use (for day 1 for example):

php profile.php 1

Specials

SVG renderings

For the following days you can generate SVGs (output_1.svg resp. output_2.svg in the day's folder). Just include visualize.php and uncomment the createSVG() calls.

  • Day 8: overall tree map (darker = higher), best tree hilighted in part 2
  • Day 9: trails of tails color coded from red (beginning) to blue (end)
  • Day 12: height map with the found path
  • Day 14: the rock structure and sand piles

adventofcode-2022's People

Contributors

romansixty avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.