My LeetCode grinding. Trying to do a problem a day.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

problem.txt 191B

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.