8000 GitHub - SirJaydenu/AdventOfCode: Collection of JS solutions for puzzles from adventofcode.com πŸŽπŸŽ„
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SirJaydenu/AdventOfCode

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

This is a repo containing my solutions to Eric Wastl's Advent of Code. All of the solutions are in JavaScript, meant to be run via NodeJS. When I started I had thought I'd have an accompanying page (that had some level of interaction) for each solution, but I quickly found that I didn't have much time for that. Maybe some day I'll complete (brief) write-ups for each of the problems, but for now, this mostly is just a collection of scripts.

Also when I started, I would programmatically parse my input for each problem, so I could drop in any other input and the script would work. As I went through the problems, I often found it easier to hand-parse my input and create a static JS export for each problem, so trying to use most of these solutions for some other puzzle input will require some level of manual tinkering.

2022 Puzzles List

Completed: 11 / 25 (44%)

2021 Puzzles List

Completed: 21 / 25 (84%)

2020 Puzzles List

Completed: 25 / 25 (100% ⭐️)

2019 Puzzles List

Completed: 18 / 25 (72%)

2018 Puzzles List

Completed: 22 / 25 (88%)

2017 Puzzles List

Completed: 25/ 25 (100% ⭐️)

2016 Puzzles List

Completed: 25 / 25 (100% ⭐️)

2015 Puzzles List

Completed: 25 / 25 (100% ⭐️)

About

Collection of JS solutions for puzzles from adventofcode.com πŸŽπŸŽ„

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • HTML 35.5%
0