Advent of code in Rust - solving year 2020 exercise 21 (Twitch Live 2021-11-08)
Channel:
Subscribers:
953
Published on ● Video Link: https://www.youtube.com/watch?v=CgplJTKXiY0
In this episode, we started and completed Advent of Code y2020 ex21!
This was relatively easy compared to the previous exercise!
In this episode we had to identify ingredients with allergens from a list of ingredients in a foreign language.
Our solution was heavily based on hashmaps and hashsets. We also got to use a lot of iterators combinator functions and custom sorting!
Maybe this one was really easy but it felt like we are getting better (and faster) at Rust! Hooray!
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
advent of code 2020
day 21
solving advent of code
live coding
pair programming
learning rust
data structures
hashset
hashmap
sorting
algorithms
complexity
coding challenge