Skip to content

My attempt at the 2023 advent of code

Notifications You must be signed in to change notification settings

truffle0/AdventOfCode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

My attempt at the advent of code 2023!


Language: Python

calibration.py < input.txt

  • Part 1: 55488
  • Part 2: 55614

Language: Python

cubegame.py < input.txt

  • Part 1: 2505
  • Part 2: 70265

Language: Rust

main.rs: cargo run < input.txt

  • Part 1: 532445
  • Part 2: 79842967

Language: Rust

main.rs: cargo run < input.txt

  • Part 1: 18653
  • Part 2: 5921508

Language: Python

almanac.py < input.txt

  • Part 1: 1181555926
  • Part 2: 37806486 (function runtime was about 4 hours ;-;)

Language: Python

race.py < input.txt

  • Part 1: 781200
  • Part 2: 49240091

Language: Haskell

cards < input.txt

  • Part 1: 250474325
  • Part 2: 248909434

Language: Haskell

navigate < input.txt

  • Part 1: 18023
  • Part 2: tried a bunch, code gets stuck in a loop ;-;

Language: Haskell

extrapolate < input.txt

  • Part 1: 1584748274
  • Part 2: 1026

Language: Python

maze < input.txt

  • Part 1:
  • Part 2:

Language: Python

galaxies.py < input.txt

  • Part 1: 9545480
  • Part 2: