Day 9/25: Rope Bridge | Advent of Code 2022 Explanations

preview_player
Показать описание
I got ranks 92 and 25 today!

Private leaderboard: 905674-cb4dca25

00:00 Intro
00:44 Timelapse
01:44 Part 1 problem statement
04:39 Part 1 solution
13:34 Part 2 problem statement
14:48 Part 2 solution
17:59 Outtro
Рекомендации по теме
Комментарии
Автор

Your explanation is really good, dunno why you have this less viewers, keep it up!

x
Автор

The scale down trick is what I was missing. My solution was gross. Thanks for sharing.

CanYouDodgeThis
Автор

Congratulations on getting into the top 100! I'm around position 17, 000 😳

TheFrogfather
Автор

I think it was really hard to parse based on the text in the task how the tail was actually moving . Impressed how you could get that that quickly and adapt your code. In the end I went for some array subtraction shit that i had to think through a lot before getting it right. If I would have understood that normalizing the difference between the head and the tail woud give me the move direction it would have made it a lot simpler :) like you did in the matter of minutes :)

marcusaberg
Автор

Out of curiosity. What do you do to practice? Or get better at solving these types of problems? Do you just do a shit ton of LeetCode or something else? lol Curious because I notice you and others seem to have a patterned approach. Meaning you're able to quickly see what category this type of problem falls into and what kind of approaches, data structures, etc. are useful to solve this type of problem.

dawizze
Автор

video title should be "Rope Bridge"

shirshzibbu