Completing the Day 03 challenges for Advent of Code using Rustlang. We take a look at ndarray, a matrix manipulation libarary, and use BitVec to handle individual bits.
05:16 finding a matrix crate
06:36 what is ndarray?
08:04 navigating an unfamiliar library
08:27 "Advanced" vs "Familiar" approaches
29:45 solution rundown
code: https://github.com/ChristopherBiscard...