Skip to content

a1v0/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

512 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2022

My code for calculating the answers for Advent of Code 2022, entirely in JavaScript.

The tasks can be found here, and each day's inputs are stored within that day's directory. Towards the latter half of the month, I began to add (primarily primitive) unit tests, using Jest.

Day Status
01 Task 1: ⭐
Task 2: ⭐
02 Task 1: ⭐
Task 2: ⭐
03 Task 1: ⭐
Task 2: ⭐
04 Task 1: ⭐
Task 2: ⭐
05 Task 1: ⭐
Task 2: ⭐
06 Task 1: ⭐
Task 2: ⭐
07 Task 1: ⭐
Task 2: ⭐
08 Task 1: ⭐
Task 2: ⭐
09 Task 1: ⭐
Task 2: ⭐
10 Task 1: ⭐
Task 2: ⭐
11 Task 1: ⭐
Task 2: ⭐—admittedly solved by taking a peek at the AoC subreddit.
12 Task 1: ⭐
Task 2: ⭐
13 Task 1: ⭐
Task 2: ⭐
14 Task 1: ⭐
Task 2: ⭐
15 Task 1: ⭐
Task 2: ⭐
16 Task 1: ⭐—admittedly solved by taking a peek at the AoC subreddit.
Task 2: ❌—very close to the right answer but am struggling to get there.
17 Task 1: ⭐
Task 2: ❌—very close to the right answer. I believe I have identified the flaw in my code but am unsure how to repair it. To be revisited.
18 Task 1: ⭐
Task 2: ⭐
19 Task 1: ❌—my brute-force solution is far too computationally intensive to work. Needs some heuristic or rethink.
20 Task 1: ⭐
Task 2: ⭐
21 Task 1: ⭐
Task 2: ⭐
22 Task 1: ⭐
Task 2: ❌—unsure how to approach this.
23 Task 1: ❌—works with test data but not with real data. Cannot identify source of bug.
24 Task 1: ❌—grappling with RangeError. To be revisited.
25 Task 1: ⭐
Task 2: The last challenge is inaccessible until I've completed everything else.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors