Advent of code in Rust - solving year 2020 exercise 12 - Part 2 (Twitch Live 2021-06-07)

Subscribers:
953
Published on ● Video Link: https://www.youtube.com/watch?v=1ESYDMXE-8E



Duration: 1:07:04
21 views
1


In this episode, we completed Advent of Code y2020 ex12 part 2.

This exercise was an interesting navigation project where we needed to keep track of a moving ship. The second part was a variation of the first part where we needed to use a reference vector to determine the ship movements.

This variation wasn't particularly complex so we managed to finish it quite quickly. We took the opportunity of extra time to explore the Default trait in Rust:

https://doc.rust-lang.org/std/default/trait.Default.html

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







Tags:
rust
advent of code
coding
programming
live coding
pair programming
coding challenges
learning in public