I just completed "Calorie Counting" - Day 1 - Advent of Code 2022 https://adventofcode.com/2022/day/1
The code will be on github after a couple of minutes, Btw i solved it using OCaml 🐫, Let see if i can make to the end 🤞
#AdventOfCode #AoC #ocaml
The code will be on github after a couple of minutes, Btw i solved it using OCaml 🐫, Let see if i can make to the end 🤞
#AdventOfCode #AoC #ocaml
👍2
Frectonz
I just completed "Calorie Counting" - Day 1 - Advent of Code 2022 https://adventofcode.com/2022/day/1 The code will be on github after a couple of minutes, Btw i solved it using OCaml 🐫, Let see if i can make to the end 🤞 #AdventOfCode #AoC #ocaml
Here is the GitHub repo
https://github.com/frectonz/advent_of_code_2022
#projects #AdventOfCode #ocaml
https://github.com/frectonz/advent_of_code_2022
#projects #AdventOfCode #ocaml
GitHub
GitHub - frectonz/advent_of_code_2022: Solutions for advent of code 2022
Solutions for advent of code 2022. Contribute to frectonz/advent_of_code_2022 development by creating an account on GitHub.
Frectonz
https://youtu.be/btWKkjbX-uc #CoolFind #neuralink #elon
This shit looks like the first act in a Black Mirror episode.
"What a time to be alive" - Two minute papers
"What a time to be alive" - Two minute papers
😁3
Ported my solution for day1 AOC question to Golang.
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day1/day1_go/main.go
#AdventOfCode #AoC #GoLang
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day1/day1_go/main.go
#AdventOfCode #AoC #GoLang
"Rock Paper Scissors" - Day 2 - Advent of Code 2022
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day2/day2_rust/src/main.rs
#AdventOfCode #AoC #rust
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day2/day2_rust/src/main.rs
#AdventOfCode #AoC #rust
GitHub
advent_of_code_2022/day2/day2_rust/src/main.rs at trunk · frectonz/advent_of_code_2022
Solutions for advent of code 2022. Contribute to frectonz/advent_of_code_2022 development by creating an account on GitHub.
I've completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022
https://adventofcode.com/2022/day/3
#AdventOfCode #AoC
https://adventofcode.com/2022/day/3
#AdventOfCode #AoC
I've completed "Camp Cleanup" - Day 4 - Advent of Code 2022
https://adventofcode.com/2022/day/4
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day4/day4_rust/src/main.rs
#AdventOfCode #AoC #rust
https://adventofcode.com/2022/day/4
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day4/day4_rust/src/main.rs
#AdventOfCode #AoC #rust
👍1
I've completed "Supply Stacks" - Day 5 - Advent of Code 2022
Today's Advent of Code challenge was very hard. It took me hours trying to parse a string representation of stacks (see the image). Finally i thought the only thing that matters is i get the solution and my code doesn't need to be reproducible on others people's input. So i changed the original input to make it easier for me to parse 😱.
#AdventOfCode #AoC
Today's Advent of Code challenge was very hard. It took me hours trying to parse a string representation of stacks (see the image). Finally i thought the only thing that matters is i get the solution and my code doesn't need to be reproducible on others people's input. So i changed the original input to make it easier for me to parse 😱.
#AdventOfCode #AoC
* The change i made that made it easier for me to parse the input file was using
_ as a separator because i was facing many edge cases when i was using spaces as a separtorNot my best work but it is on GitHub if you want to check it out, My brain has become numb from trying to handle all those parsing edge cases, i need to rest, will refactor it in the afternoon
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day5/day5_rust/src/main.rs
#AdventOfCode #AoC #rust
https://github.com/frectonz/advent_of_code_2022/blob/trunk/day5/day5_rust/src/main.rs
#AdventOfCode #AoC #rust
GitHub
advent_of_code_2022/day5/day5_rust/src/main.rs at trunk · frectonz/advent_of_code_2022
Solutions for advent of code 2022. Contribute to frectonz/advent_of_code_2022 development by creating an account on GitHub.
👍2
I've completed "Tuning Trouble" - Day 6 - Advent of Code 2022
https://adventofcode.com/2022/day/6
Wrote today's solution in Go.
Code is on GitHub as always.
#AdventOfCode #AoC #GoLang
https://adventofcode.com/2022/day/6
Wrote today's solution in Go.
Code is on GitHub as always.
#AdventOfCode #AoC #GoLang