Kommt rum <3
twitch.tv/tobidev_
Kommt rum <3
twitch.tv/tobidev_
#AdventOfCode2023 #AOC2023
#AdventOfCode2023 #AOC2023
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
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
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
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
#AdventOfCode2023
(Ça m'a pris quasi 2h la deuxième partie d'aujourd'hui !)
#AdventOfCode2023
(Ça m'a pris quasi 2h la deuxième partie d'aujourd'hui !)
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
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
Really like this problem, it was just the right size.
#adventofcode2023 #rustlang
Really like this problem, it was just the right size.
#adventofcode2023 #rustlang
A lot easier than day 5 in my opinion.
F# makes working with data a joy!
github.com/geodanila/ad...
#AdventOfCode #adventofcode2023 #fsharp
A lot easier than day 5 in my opinion.
F# makes working with data a joy!
github.com/geodanila/ad...
#AdventOfCode #adventofcode2023 #fsharp
Il a fallu faire des maths aujourd'hui 😩 !
Les souvenirs du lycée sont… flous.
Merci Wikipédia 😄 !
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.
Il a fallu faire des maths aujourd'hui 😩 !
Les souvenirs du lycée sont… flous.
Merci Wikipédia 😄 !
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.
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.
On to Day 4
#AdventOfCode2023 #Commodore64 #XCBASIC
On to Day 4
#AdventOfCode2023 #Commodore64 #XCBASIC
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
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
Code here: github.com/Sheinxy/Adve...
Write-up:
sheinxy.github.io/Advent-Of-Co...
Code here: github.com/Sheinxy/Adve...
Write-up:
sheinxy.github.io/Advent-Of-Co...
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...
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...
Falls firmly in the "gets the job done" category of code, but is not the nicest to look at.
#adventofcode2023 #AdventOfCode #rustlang
Falls firmly in the "gets the job done" category of code, but is not the nicest to look at.
#adventofcode2023 #AdventOfCode #rustlang
Code here:
github.com/Sheinxy/Adve...
Write-up:
sheinxy.github.io/Advent-Of-Co...
Suffering from manipulating 2D grids in Haskell
Code here:
github.com/Sheinxy/Adve...
Write-up:
sheinxy.github.io/Advent-Of-Co...
Suffering from manipulating 2D grids in Haskell