Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.65 KB

🎄 Advent of Code 🎄

My solutions for Advent of Code. The solutions are written in JavaScript using Node.js.

How to run

To run these solutions, you need Node.js installed. Navigate to a year/dayX directory and run node index.js and the solution will be printed to the console.

The content of input.txt is my personal puzzle input from Advent of Code.

Results

Rank is your position on that leaderboard: 1 means you were the first person to get that star, 2 means the second, 100 means the 100th, etc. Score is the number of points you got for that rank: 100 for 1st, 99 for 2nd, ..., 1 for 100th, and 0 otherwise.

2024

Results are available on the Advent of Code website.

      --------Part 1--------   --------Part 2--------
Day       Time   Rank  Score       Time   Rank  Score
  1   08:51:01  48492      0   08:58:20  45131      0

2022

Results are available on the Advent of Code website.

      --------Part 1---------   --------Part 2---------
Day       Time    Rank  Score       Time    Rank  Score
  8   13:11:36   53111      0   13:56:31   47114      0
  7   11:49:21   42843      0   11:58:59   40911      0
  6       >24h  109928      0       >24h  108947      0
  5       >24h  113876      0       >24h  112030      0
  4       >24h  125365      0       >24h  123383      0
  3       >24h  141444      0       >24h  134823      0
  2   12:42:27   93474      0   12:58:58   87800      0
  1   10:59:45   76768      0   11:02:47   72581      0

Merry Christmas! 🎄🎁