AOC Day 13 Discussion: Sorting it out #773
Replies: 3 comments 3 replies
-
A task I could do cold in JS, and had to learn how to do it in python. functools ftw! solve |
Beta Was this translation helpful? Give feedback.
-
Huzzah for JSON.parse. https://github.com/doleraj/adventofcode/blob/main/aoc2022/src/day13/index.ts |
Beta Was this translation helpful? Give feedback.
-
Finally starting using my favourite parsing library. @doleraj made me realize I could just use a jsonparser, but I like the practice of working with fparsec. The rest was just a bit of testing and pattern matching. This'll be the only time I ever enjoy spinning up a sorter. |
Beta Was this translation helpful? Give feedback.
-
Discussion of solutions for Advent of Code Day 13 here.
Don't forget about the VC Advent of Code private leaderboard:
Go to leaderboard/private
Use join code 363496-e6f42283
Beta Was this translation helpful? Give feedback.
All reactions