"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
๐ด LIVE on YouTube trying to solve Advent Of Code Day 7
https://youtu.be/lGZtCY0B0Yk
#AdventOfCode #AoC #livestream
https://youtu.be/lGZtCY0B0Yk
#AdventOfCode #AoC #livestream
I've completed "Treetop Tree House" - Day 8 - Advent of Code 2022 https://adventofcode.com/2022/day/8
Code is on GitHub
#AdventOfCode #AoC #rust
Code is on GitHub
#AdventOfCode #AoC #rust