摘要: Given an integer n, return all the structurally unique BST's (binary search trees), which has exactly n nodes of unique values from 1 to n. Return the 阅读全文
posted @ 2020-06-23 09:32 CNoodle 阅读(526) 评论(0) 推荐(0)
摘要: Given the root of a binary tree, return the average value of the nodes on each level in the form of an array. Answers within 10-5 of the actual answer 阅读全文
posted @ 2020-06-23 05:57 CNoodle 阅读(177) 评论(0) 推荐(0)