After regularly switching between #Clojure, #Ocaml, #Rust, #Elixir, and #Scala to solve #adventofcode2023 puzzles, my head is mush about syntax. Could it have been more worse if I had used more languages, e.g., #Zig, #Crystal, #Nim? 🤷♂️ #programming #software
Wir starten rein mit ein wenig #adventofcode2023, ich würde mir da gerne die Programmiersprache GOlang etwas näher anschauen, danach geht's weiter in DysonSphereProgram.
Kommt rum <3
twitch.tv/tobidev_
Okay, so for #Day5 of #AdventOfCode, building the whole map into memory is not a good idea 😅
#AdventOfCode2023 #AOC2023
Day16: github.com/sstadick/aoc...
#adventofcode2023 #rustlang
Peut-être que #ChatGPT présente des limites pour résoudre les problèmes de #adventofcode2023, en tout cas, il est excellent et super utile pour tout ce qui est de pondre des kilomètres de texte sur des sujets de mise en conformité 😬
Day11: github.com/sstadick/aoc...
Spent some time adding in a proper Grid class, which is not at all zero cost, but does save a typing if more grid problems show up.
#adventofcode2023 #rustlang
Day 10: github.com/sstadick/aoc...
I had to look up a solution to Part B. I was on the right track but ran out of time for the day :(
#adventofcode2023 #rustlang
des gribouillis de réflexion intense ^^
Mais qu'est-ce qu'il fout ?
#AdventOfCode2023
(Ça m'a pris quasi 2h la deuxième partie d'aujourd'hui !)
Day9: github.com/sstadick/aoc...
#adventofcode2023 #rustlang
Day8: github.com/sstadick/aoc...
This one is very advent of codey, I had to peek at how others are doing part B. In doing so I found this very cool repo: github.com/timvisee/adv... that has some great tricks for advent of code in general.
#adventofcode2023 #rustlang
Day 7: github.com/sstadick/aoc...
Really like this problem, it was just the right size.
#adventofcode2023 #rustlang
Day 6: github.com/sstadick/aoc...
Brute force wins again
#AdventOfCode2023 #rustlang
Day 6 of advent of code done.
A lot easier than day 5 in my opinion.
F# makes working with data a joy!
github.com/geodanila/ad...
#AdventOfCode #adventofcode2023 #fsharp
#AdventOfCode #AdventOfCode2023
Il a fallu faire des maths aujourd'hui 😩 !
Les souvenirs du lycée sont… flous.
Merci Wikipédia 😄 !
#AdventOfCode #AdventOfCode2023
My solutions, in #OCaml using #ocamllex, can be found here:
code.up8.edu/pablo/aoc2023
I try to write efficient and elegant functional code, and to showcase as best as possible OCaml's standard library, avoiding other dependencies.
Day5: github.com/sstadick/aoc...
5b is slooowwww, but works
#adventofcode2023 #rustlang
Day4a with vecs: github.com/sstadick/aoc...
Day4a with hashsets: github.com/sstadick/aoc...
Day4a with bitsets (and improved partb): github.com/sstadick/aoc...
When vecs are small, straight line comparison is hard to beat.
#AdventOfCode #adventofcode2023 #rustlang
I just completed "Scratchcards" - Day 4 - Advent of Code 2023 adventofcode.com/2023/day/4 #AdventOfCode #Haskell #AdventOfCode2023 #AdventOfCodeHaskell
Code here: github.com/Sheinxy/Adve...
Write-up:
sheinxy.github.io/Advent-Of-Co...
Day4 github.com/sstadick/aoc...
#AdventOfCode #adventofcode2023 #rustlang
🎄This is my first year trying to complete the #AdventOfCode
I've created a TypeScript Playground 🚀 to help me focus on solving the puzzles each day. RT if you think it might be useful for your typescripter followers.
#AdventOfCode2023 #typescript
github.com/artberri/aoc...
Day3 github.com/sstadick/aoc...
Falls firmly in the "gets the job done" category of code, but is not the nicest to look at.
#adventofcode2023 #AdventOfCode #rustlang
I just completed "Gear Ratios" - Day 3 - Advent of Code 2023 adventofcode.com/2023/day/3 #AdventOfCode #Haskell #AdventOfCodeHaskell #AdventOfCode2023
Code here:
github.com/Sheinxy/Adve...
Write-up:
sheinxy.github.io/Advent-Of-Co...
Suffering from manipulating 2D grids in Haskell
Ah, yes. #day3 of the #AdventOfCode2023 wants me to find neighbours in a matrix, as it does every year. I'm pretty sure there's more elegant ways to code this up, BUT my code is reasonably fast, and I'm still sticking to base R.
Find all my AoC code here:
github.com/einGlasRotwe...
#AdventOfCode
A screenshot showing syntax-highlighted Janet code in a code editing window. It is a solution to Advent of Code 2023 Day 1 (parts 1 and 2).
#adventofcode2023 Day 1, polished solution in Janet (both parts)
This is my refactored version AFTER solving it on my own without spoilers first, then improving based on other, smarter peoples' solutions :)
#janetlang
Day 2 of the #AdventOfCode2023 in #rstats was one of these days where I spent more time formatting the input than coding up the actual solution. Is it pretty? No. But I didn't need to add much for part 2.
Find all my AoC code here:
github.com/einGlasRotwe...
#AdventOfCode
I've completed "Trebuchet?!" - Day 1 - Advent of Code 2023 #AdventOfCode adventofcode.com/2023/day/1
#adventofcode2023 #aoc2023
#AdventofCode2023 is go!
Recorded the first day and really got stumped by part 2.
At least not I know about regex look-ahead. :D
youtu.be/7zD4OYcqaWI
#day1 of the #AdventofCode2023 in #rstats:
As usual, AoC punished my lazy solution for part 1 in part 2. Eventually, I managed a regex that worked (not sure whether by accident, lol). Bit scared of the upcoming puzzles, if day 1 is setting the pace ...
Find my code here:
github.com/einGlasRotwe...