My LeetCode grinding. Trying to do a problem a day.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
123 |
- Given two binary trees, write a function to check if they are the same or not.
-
- Two binary trees are considered the same if they are structurally identical and the nodes have the same value.
|