this post was submitted on 07 Nov 2023
7 points (100.0% liked)

Learn Programming

1701 readers
6 users here now

Posting Etiquette

  1. Ask the main part of your question in the title. This should be concise but informative.

  2. Provide everything up front. Don't make people fish for more details in the comments. Provide background information and examples.

  3. Be present for follow up questions. Don't ask for help and run away. Stick around to answer questions and provide more details.

  4. Ask about the problem you're trying to solve. Don't focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

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

top 1 comments
sorted by: hot top controversial new old
[–] ericjmorey 2 points 1 year ago* (last edited 1 year ago)

Advent of Code is a great resource.

Thanks for sharing mykl!