type
Post
status
Published
date
Oct 1, 2024
slug
summary
Understanding the 'Movement' within the tree
tags
算法
教程
category
实践
icon
password
 

🖋️ Leaf-Similar Trees (Leetcode 872)

 
notion image
 
In short, we are gonna to compare the leaves between two tree.
First, we should get the elements from the leaves.
 
 

Recursion Method

 
JVM in shortTwo Ways to Reverse a Singly Linked List
Loading...