Advent of code in Rust - solving year 2020 exercise 16 - Part 1 (Twitch Live 2021-08-09)
Channel:
Subscribers:
953
Published on ● Video Link: https://www.youtube.com/watch?v=J5JOuFD5zn4
In this episode, we completed the first part of Advent of Code y2020 ex16.
The first part of this exercise is mostly about parsing structured input. After much debating, with settled to use a regex to parse the data.
The data results in a collection of ranges and then we need to find numbers (from a list) that are not included in any of the ranges.
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
live coding
pair programming
mob programming
advent of code
aoc
coding challenge
learning rust