My LeetCode grinding. Trying to do a problem a day.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
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.
|