Advent of Code is a series of small programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.
These are my solutions in Javascript + NodeJS.
- Day 1: Inverse Captcha - day1.js
- Day 2: Corruption Checksum - day2.js
- Day 3 : coming soon
- Day 4: High-Entropy Passphrases - day4.js