A binary tree is univalued if every node in the tree has the same value.

Return true if and only if the given tree is univalued.

 

 

太简单了,签到题。

相关文章:

  • 2021-06-22
  • 2021-04-15
  • 2021-09-24
  • 2021-07-31
  • 2022-02-11
  • 2021-11-18
  • 2021-05-25
猜你喜欢
  • 2021-11-17
  • 2022-02-17
  • 2021-08-06
  • 2022-01-20
  • 2021-11-26
  • 2021-11-04
相关资源
相似解决方案