Advent of code in Rust - reviewing year 2020 exercise 16 - Part 2 + 17 p1 (Twitch Live 2021-08-23)
Channel:
Subscribers:
953
Published on ● Video Link: https://www.youtube.com/watch?v=pt91f9s39w8
In this episode, we reviewed the second part of Advent of Code y2020 ex16 and figured out that we could just use `iter_mut()` to iterate in a mutable way over a vector! https://doc.rust-lang.org/std/vec/struct.Vec.html#method.iter_mut
Thanks to amPerl for the suggestion!
After that, we did some more improvements to our original solution for ex16 and, finally, we started ex17, which is an interesting variation of Conway's Game of Life but with additional dimensions!
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
rustlang
advent of code
aoc
live coding
live programming
pair programming
coding challenge
learning rust