Skip to content

ItsNiklas/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent of Code 2023

My solutions for Advent of Code in 2023. Probably done mostly in Python 3.12 🐍 (or C++23 πŸ‘¨β€πŸ’» or Rust πŸ¦€).

Rules:

  • Python: No external libraries, only the standard library. (Crates are allowed for Rust.)
    • Violation: Day 24 Part 2. Using numpy to solve a 6x6 matrix.
  • Always a general solution, not just for the input. Any input should work.
  • A short runtime. No brute force solutions.

Other:

  • solutions/ contain the source files to solve the problem, one for each day. Executable via stdin to print both results. Keep in mind they are cleaned solutions.
  • Tiles below are generated via aoc-tiles.

2023 - 50 ⭐