Advent of code in Rust - solving year 2020 exercise 11 - Part 2 (Twitch Live 2021-05-24)
Channel:
Subscribers:
953
Published on ● Video Link: https://www.youtube.com/watch?v=QU3oi4CVzVc
In this episode, Roberto, Eugen, and I worked on Advent of Code y2020 ex11.
This exercise is an interesting variation of the Game of Life.
In the first session (https://www.youtube.com/watch?v=hkC4_Hm2P1E&t=2s) we had completed the first part of the exercise.
In this session, we managed to finish also part 2 and improve our code. We implemented iterators and the Display trait.
Lots of learnings today. A special thanks go to pepoviola and amPerl for providing a lot of useful insights!
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
coding
programming
live coding
advent of code
IRL
pair programming
coding challenges