Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

My solutions for the challenges athttps://adventofcode.com/

License

NotificationsYou must be signed in to change notification settings

developher-net/advent-of-code

Repository files navigation

semantic-releaseBuild Statuscodecov

Status

2022

Run the currently configured default day

npm start

Run in debug mode for extended logging

DEBUG=1 npm start

Generate a boilerplate for a new day

npm run new

Special Instructions

Run by modifyingindex.js to point to the puzzle you want to execute.

2019:Day 02

Day 2 requires the use of BigInt which is added to Javascript in ES2020 and I didn't include a polyfill.This limits the solution toJavascript engines with BigInt support

2018:Day 14

Day 14 is fast but needs more memory to complete. Run node with 4GB of heap space:node --max_old_space_size=4096 index.js


[8]ページ先頭

©2009-2025 Movatter.jp