- Notifications
You must be signed in to change notification settings - Fork0
My solutions for the challenges athttps://adventofcode.com/
License
NotificationsYou must be signed in to change notification settings
developher-net/advent-of-code
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
npm start
DEBUG=1 npm start
npm run new
Run by modifyingindex.js
to point to the puzzle you want to execute.
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
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
About
My solutions for the challenges athttps://adventofcode.com/
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.