Live Streamed another episode of Advent of Code in Rust
🦀 Rust vs 🐍 Python: Advent of code in Rust - solving day 11/2021 (Twitch Live 2022-04-04)
https://www.youtube.com/watch?v=mETyyaml6UY
In this episode, we completed day 11 of Advent of Code y2021 using Rust and we compared our solution with Python!
In this episode we took advantage of the iterator trait (https://doc.rust-lang.org/std/iter/tr...) to implement our solution. We also explored out to use the `while let` syntax to simplify some of the boilerplate around loops.
If you have any suggestion, we'd love to hear it, so please leave a comment or a create a PR!
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