philfreshman / advent-of-code-2022

Problem solving with a flavor of Christmas πŸŽ„

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

          .---_ 
         / / /\|
       / / | \ *
      /  /  \ \
     / /  / \  \
   ./~~~~~~~~~~~\.
  ( .",^. -". '.~ )
   '~~~~~~~~~~~~~'

Here are my solutions for the Advent of Code 2022 Challenge.

Quick Start

To build and run Go solutions:

go run . aoc-2022 --benchmark --day 7

Results

All puzzles were benchmarked on the following laptop:

macOS Ventura (13.0)
MacBook Pro (2019)
2.3 GHz 8-Core Intel Core i9
16 GB 2667 MHz DDR4
Puzzle A Puzzle B
Day 1 0.014ms 0.014ms
Day 2 0.012ms 0.011ms
Day 3 0.030ms 0.033ms
Day 4 0.951ms 0.724ms
Day 5 0.071ms 0.145ms
Day 6 0.071ms 0.290ms
Day 7 0.118ms 0.119ms

About

Problem solving with a flavor of Christmas πŸŽ„

https://adventofcode.com/2022


Languages

Language:Go 100.0%