Skip to content

Resolution of all exercices for the advent of code 2021

Notifications You must be signed in to change notification settings

fermeaux/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2021

Here you can find the resolutions of every algorithm problems for the advent of code 2021.

Run an existing problem solution:

npm start --day=01

Watch in dev mode an existing problem solution:

npm run watch --day=01

Create a new file resolver for a specific day

npm run new -- 1

Fetch the puzzle file for a specific day

npm run fetch-data -- 1

Note: You must set your session id of your account on advent of code in the env variable: $AOC_SESSION_ID

Initialize a new day and be ready to develop

npm run init -- 1

Note: It is the perfect workflow when the day starts, run this command and you will win a precious time

History

Here you will find all my results for this year.

Part 1 Part 2
Day Time Rank Time Rank
01 00:03:50 2050 00:08:11 1737
02 00:07:45 5445 00:12:46 5567
03 00:20:23 7232 00:45:08 4721
04 00:45:20 4512 00:56:49 4093
05 00:16:11 1769 00:46:23 3807
06 00:35:17 9157 01:41:24 9708
07 00:27:18 9397 00:39:26 8887
08 00:19:34 5611 01:14:34 3098
09 00:28:23 6383 00:50:59 4107
10 00:12:36 2393 00:25:18 2760
11 00:37:38 3436 00:58:52 4900
12 05:28:46 13902 06:05:17 12960
13 01:17:22 7465 01:29:13 7017
14 00:24:19 4241 01:11:54 3565
15 00:53:07 3537 01:22:17 2765
16 01:16:20 2479 16:11:58 15722
17 01:02:37 4128 01:28:26 4169
18 02:48:54 2275 03:02:45 2285
19 xx:xx:xx xxxxx xx:xx:xx xxxxx
20 01:33:18 3171 01:34:01 2924

About

Resolution of all exercices for the advent of code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published