Link: https://leetcode.com/problems/reconst...
Today we are solving an interesting graph based problem which has a few tricks and turns to confuse us. Luckily the core intuition and code is not at all that complicated so we can breeze through this one as well.
00:00 Intro
00:08 Question Prompt
00:42 Basic Examples
02:55 Solution Intuition
05:21 Coding
10:17 Time/Space Complexity