Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Collection of JS solutions for puzzles from adventofcode.com 🎁🎄

License

NotificationsYou must be signed in to change notification settings

romellem/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This is a repo containing my solutions toEric Wastl'sAdvent of Code.All of the solutions are in JavaScript (or Typescript!), meant to be run viaNodeJS (orBun!).When I started I had thought I'd have anaccompanying page(that had some level of interaction) for each solution, but I quickly found that I didn'thave much time for that. Maybe some day I'll complete (brief) write-ups for each of theproblems, but for now, this mostly is just a collection of scripts.

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

2024 Puzzles List

Completed:9 / 25 (36%)

2023 Puzzles List

Completed:9 / 25 (36%)

2022 Puzzles List

Completed:13 / 25 (52%)

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% ⭐️)


[8]ページ先頭

©2009-2025 Movatter.jp