Advent of code in Rust - solving year 2020 exercise 20 p2 FIRST ATTEMPT (Twitch Live 2021-10-25)
In this episode, we started the second part of Advent of Code y2020 ex20!
In this part of the exercise, we needed to reassemble the entire map, starting from the hashmap of neighbours we built in the first part.
We had in mind an interesting algorithm that should allow us to understand how tiles are placed in respect to each other but our implementation did not fully work.
Check out our next videos if you are curious to see if we will manage to tackle this exercise and how. It seems this is being considered the most difficult Advent of code challenge of 2020!
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