Advent of Code 2020 Day 7

preview_player
Показать описание
This is a walkthrough of day 7 of the 2020 advent of code, including a JavaScript implementation.

Рекомендации по теме
Комментарии
Автор

I am a somewhat beginner programmer and having no formal background in CS, got completely stumped at day 7's question on AOC. This video was such a great resource. Keep it up!

mcgale
Автор

This was such a well explained and produced video! Day 7 really has me stumped and this helped me understand an approach to do this. I still don’t fully know how I’ll do it just yet but I’ll be using this as a reference :)

WhatMACHI
Автор

Thanks a bunch for this! I would like to know if your code by 14:00 is producing a result that is different from a dictionary? i.e. the code within your method "solve" seems to produce results in the format of >> 'faded gray bag': ['vibrant tan bag']. The output looks identical to what I had made in Python to output a bag dictionary...I'd like to know if Im missing something fundamental on the difference between a dictionary, a graph and the difference between traversing the two...much appreciated

bigdoor