Skip Navigation

I'm posting a daily Dart solution to last year's Advent of Code challenges

lemmy.world Nadvent of Code - 2022 Day 1 - Lemmy.World

As 2023 Advent of Code is approaching fast, I thought I’d revisit my 2022 entries, and I realised a good focus would be to post one a day during November. No guarantees as to the quality of the algorithms used, but hopefully people will find the code readable and interesting. If anyone has questions...

cross-posted from: https://lemmy.world/post/7820165

Hi all,

Advent of Code is an annual programming challenge that runs from 1st to 25th December each year where each day a new puzzle is published for you to solve. The puzzles ramp up in difficulty during the month and can test your familiarity with core computer science principles and algorithms.

As the title says, I'm currently going through my entries to last year's challenge and rewriting them to run easily in DartPad. I'll be posting one a day until 25th November to the Advent of Code community, so if you're interested in seeing how they all turn out, please follow the link above and subscribe.

Cheers, Michael

1
1 comments