My LeetCode grinding. Trying to do a problem a day.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

123
  1. Given two binary trees, write a function to check if they are the same or not.
  2. Two binary trees are considered the same if they are structurally identical and the nodes have the same value.