Harsh Patelharshpatel.info·Dec 12, 2023Learning Rust using Advent of Code 2022 - Day 1As ThePrimeagen has mentioned many times in his videos, Advent of Code is a great way to learn a new language. The questions touch on the core concepts (file handling, loops etc.). Solving these challenges allows you to get familiar with these concep...DiscussAdvent of Code 2022 with RustAdventOfCode2022
Alexander PanovforRoyalZSoftwareroyalzsoftware.de·Dec 9, 2023You don't need to be smartI thought about this recently. It does not matter whether you are smart or not. Indeed it helps, but the actual success does not require you to be smart. 1) Showing up every day is worth more Being consistent and accumulating work will bear fruit - g...Discussmotivation
Birnadin Erickhn.methebe.com·Jun 19, 2023Cracking Challenges: Strategies for Advent of Code 2022 and HackerrankPrologue Embarking on the #100DaysOfCodeChallenge has been an incredible experience so far. Every day brings new learning opportunities, and I'm thrilled to share my journey with you. Today, I'll be diving into days 2-17 of my challenge, where I tack...Discuss100DaysOfCode
Birnadin Erickhn.methebe.com·Jun 9, 2023Day 1 of 100: AoC 1TL;DR Today I learned a few from the first-day challenge of Advent of Code 2022. Summary: File I/O in Rust String Manipulation Parsing a.k.a. Explicit Casting Some Iterators. The Challenge Canonical URL: Challenge Day 1 There are 2 challenges, ...Discuss100DaysOfCode
Xavier Jouvenot10xlearner.hashnode.dev·Feb 15, 2023AOC 2022 Day 1: Calorie CountingHi there ! I'm Xavier Jouvenot and today we are going to take a look at the first Advent Of Code puzzle of the year 🎄 (if you are from the future, you can not that the current year is 2022 😉). For this first "Advent Of Code" post of the year, we ar...Discuss·31 readsAdventOfCode2022
Kirk HainesProwyhaines.hashnode.dev·Jan 12, 2023Ruby/Crystal/Rust Advent of Code 2022 - Day 7Day 7 finds us still working with that pesky communication device. For today's task, though, all that we have to do is to analyze its filesystem. No worries, right? Let's see! Can pattern matching come to the rescue? The Repository All of the code fo...Discuss·1 like·168 readsRust
Kirk HainesProwyhaines.hashnode.dev·Jan 6, 2023Ruby/Crystal/Rust Advent of Code 2022 - Day 6Day 6 is a fun one. The task itself is very simple, but I took it as an opportunity to do some performance benchmarking and explore some of the nuances around how implementation affects performance. Read on for more details! The Repository All of the...Discuss·142 readscrystal
Kirk HainesProwyhaines.hashnode.dev·Jan 2, 2023Ruby/Crystal/Rust Advent of Code 2022 - Day 5Day 5's challenge was interesting less for the challenge itself, which can be implemented in a handful of lines, even in Rust, but rather for the mandatory precursor to all Advent of Code challenges -- the input data parsing. Today's input data is mo...Discuss·153 readsRust
Kirk HainesProwyhaines.hashnode.dev·Dec 28, 2022Ruby/Crystal/Rust Advent of Code 2022 - Day 4Day 4 takes an interesting turn with our Rust solutions. They are taking another shift towards architectural parity with the Ruby and Crystal solutions. Rust isn't object-oriented in the same way that those two languages are, but it does have object-...Discuss·166 readsRust
Ronny Bräunlichblog.code-n-roll.dev·Dec 23, 2022Advent of Code 2022 RecapIntroduction This year was the first one in which I participated in Advent of Code (AoC). I am not sure why I haven't noticed it before. Maybe I was not interested, since coding competitions are not related to my daily work. Additionally, competition...Discuss·57 readsKotlin