摘要:
Given an array points where points[i] = [xi, yi] represents a point on the X-Y plane, return true if these points are a boomerang. A boomerang is a se 阅读全文
posted @ 2021-09-10 23:28
CNoodle
阅读(46)
评论(0)
推荐(0)
摘要:
Given the root of a binary tree, return the number of nodes where the value of the node is equal to the sum of the values of its descendants. A descen 阅读全文
posted @ 2021-09-10 00:20
CNoodle
阅读(160)
评论(0)
推荐(0)