Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
encse authored Dec 1, 2024
1 parent df1b703 commit 7e803eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/Day01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Read the [full puzzle](https://adventofcode.com/2024/day/1).

Our warm-up puzzle involves list comparisons. It'll take me a bit of time to get back into C#, as I find it a bit noisy now, but anyway... The first half is simply calculating the pairwise differences between two lists. The second half involves summing the elements of the first list, weighted by their occurrences in the second list.

This is a much better starting point than last year's infamous `oneeight` puzzle!
This is a much better starting point than last year's infamous `oneight` puzzle!

0 comments on commit 7e803eb

Please sign in to comment.