Skip to content

RomanSixty/adventofcode-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

my take on the "advent of code" challenges 2022

Topics

Resources

License

Stars

Watchers

Forks

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy