Skip to content

alexanderbira/AoC-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC 2023

My 2023 Advent of Code solutions. All inputs should be placed in inputs/day{day}.txt where {day} is 2-digit.

cd the directory and run the script with:

node run {day}

Link to the problems

Completed Calendar

Day 14 Day 15 Day 16 Day 13 Day 17 Day 12 Day 18 Day 11 Day 10 Day 19 Day 09 Day 08 Day 20 Day 07 Day 06 Day 21 Day 05 Day 22 Day 04 Day 23 Day 25 Day 24 Day 03 Day 02 Day 01

Running Time

  • Timer started after input read from file
  • Timer stopped after console.log called
  • NodeJS runtime used
Day Part 1 Part 1 + Part 2
1 1.028ms 2.401ms
2 1.311ms 1.673ms
3 21.447ms 21.901ms
4 1.755ms 1.91ms
5 0.772ms 2.91ms
6 0.334ms 0.356ms
7 28.821ms 46.531ms
8 3.584ms 16.565ms
9 2.168ms 3.643ms
10 6.343ms 29.744ms
11 16.327ms 16.402ms
12 10.592ms 187.926ms
13 3.061ms 3.458ms
14 3.411ms 379.943ms
15 3.82ms 3.924ms
16 9.149ms 885.463ms
17 166.292ms 729.292ms
18 2.981ms 3.316ms
19 4.67ms 6.187ms
20 9.786ms 26.343ms
21 10.653ms 267.126ms
22 37.966ms 43.879ms
23 31.164ms 4.534s
24 112.69ms (Wolfram Cloud used)
25 >~100ms (random algorithm) -

About

JavaScript solutions to the 2023 Advent of Code problems

Topics

Resources

Stars

Watchers

Forks