a11ce
2021-12-4 09:16:21

@a11ce has joined the channel


a11ce
2021-12-4 09:18:53

https://github.com/a11ce/adventofcode2021 (the readme is directed to the students of a class im TAing, we have a racket leaderboard going)


a11ce
2021-12-4 09:25:45

the index solution is neat, i just used a list of lists: https://github.com/a11ce/adventofcode2021/blob/main/day4/day4.rkt i like how we all did the win check in different ways lol


massung
2021-12-4 15:06:37

yeah, i love seeing the different solutions


massung
2021-12-5 07:09:01

Day 5 was another good one. Simple, yet solutions could range from linear to exponential.