Go to file
Nick Krichevsky 85cefaf078 Add solution to day 21 part 2 2022-01-03 15:22:44 -05:00
day1 Add clippy to day 1 2021-12-01 01:17:35 -05:00
day2 Correctly check if digit is ascii 2021-12-02 01:19:51 -05:00
day3 Add missing index operator in day 3 2021-12-04 12:29:36 -05:00
day4 Use 'terminated' in day 4 parser to remove unneeded use of _ 2021-12-04 23:22:09 -05:00
day5 Fix import stylization in day 5 2021-12-05 02:20:27 -05:00
day6 Update day 6 to be more efficient, solve part 2 2021-12-06 03:15:23 -05:00
day7 Don't allocate the results in day 7 2021-12-07 00:23:14 -05:00
day8 Clean up dereferences in day 8 2021-12-08 22:46:08 -05:00
day9 Make input parsing more defensive 2021-12-09 02:11:30 -05:00
day10 Add day 10 solution 2021-12-10 01:39:12 -05:00
day11 Add day 11 solution 2021-12-11 02:05:46 -05:00
day12 Add full solution to day 12 2021-12-12 16:27:16 -05:00
day13 Add solution to day 13 2021-12-13 01:28:49 -05:00
day14 Clean up day 14 part 2 2021-12-14 21:43:28 -05:00
day15 Minor cleanup in day 15 part 2 2021-12-15 02:15:04 -05:00
day16 Add solution to day 16 part 2 2021-12-16 22:17:47 -05:00
day17 Add solution to day 17 2021-12-17 02:23:31 -05:00
day18 Clean up day 18 2021-12-27 17:18:34 -05:00
day19 Don't wait until we have a position miss to skip the iteration in day 19 2021-12-30 23:52:41 -05:00
day20 Add solution to day 20 part 2 2021-12-31 02:11:43 -05:00
day21 Add solution to day 21 part 2 2022-01-03 15:22:44 -05:00
.gitignore Add day 1 solution 2021-12-01 00:44:45 -05:00
README.md Initial commit 2021-11-30 22:05:22 -05:00

README.md

Advent of Code 2021 🎄

'Tis the season! These are my solutions to the 2021 Advent of Code. I'm writing these in Rust to better my skills in the language.