摘要: Given the root of a binary tree and an integer targetSum, return the number of paths where the sum of the values along the path equals targetSum. The 阅读全文
posted @ 2020-07-30 07:11 CNoodle 阅读(224) 评论(0) 推荐(0)
摘要: Given an integer n, break it into the sum of k positive integers, where k >= 2, and maximize the product of those integers. Return the maximum product 阅读全文
posted @ 2020-07-30 02:51 CNoodle 阅读(185) 评论(0) 推荐(0)