Hey there,
I noticed that the Similar Questions section on this page links inaccurately to the corresponding Leetcode problem. Same Trees problem links to Minimum Depth of Binary Tree problem.
ACTUAL: <a href="https://leetcode.com/problems/minimum-depth-of-binary-tree/" rel="nofollow">Same Trees</a>
EXPECTED: <a href="https://leetcode.com/problems/same-tree/" rel="nofollow">Same Trees</a>

Thank you for creating and maintaining those amazing guides!