My LeetCode grinding. Trying to do a problem a day.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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.