Published a YouTube video
Used Rust
Hosted a live stream on Twitch
+1
Live streamed another episode of "Advent of Code in Rust"

https://youtu.be/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