filmov
tv
Advent of Code 2022 in Python - Day 6 - SOLVED & REFACTORED

Показать описание
In this video, I show how I solve the Day 6 problem of the Advent of Code 2022 in Python.
I solve the problem without having read the statement before, and more importantly, I refactor the code to leave it as "clean" as possible after solving it. Finally, I recap the lessons learned in doing this exercise.
00:10 - Reading statement
00:50 - Start coding
01:42 - First failed attempt
02:42 - First star
03:12 - Second star
03:30 - Refactoring
08:40 - Lessons learned