Advent of code in Rust - solving year 2020 exercise 20 p1(Twitch Live 2021-10-18)
Channel:
Subscribers:
953
Published on ● Video Link: https://www.youtube.com/watch?v=vB41ptRyvdc
In this episode, we completed on the first part of Advent of Code y2020 ex20 and briefly reviewed our final solution for ex19 part 2.
In this episode, we needed to play with tiles that can be rotated and flipped and we needed to reassemble a map by finding matching tiles.
For the first part we only needed to identify the corner tiles, so we did not have to fully assemble the map.
Our solution is quadratic and there is probably room for improvement but it should be simple enough to understand.
For all the source code check out the official GitHub repo: https://github.com/lmammino/rust-advent
For seeing the next episodes live check out our Twitch channel: https://twitch.tv/loige
Other Videos By Luciano Mammino (loige)
Tags:
rust
advent of code
live coding
advent of code 2020
exercise 20
pair programming
IRL
educational
rustlang
live coding rust
learning rust