摘要: Given an array of integers nums, you start with an initial positive value startValue. In each iteration, you calculate the step by step sum of startVa 阅读全文
posted @ 2020-12-23 04:38 CNoodle 阅读(346) 评论(0) 推荐(0)
摘要: Given the root of a binary tree and a node u in the tree, return the nearest node on the same level that is to the right of u, or return null if u is 阅读全文
posted @ 2020-12-23 03:44 CNoodle 阅读(254) 评论(0) 推荐(0)
摘要: An encoded string S is given. To find and write the decoded string to a tape, the encoded string is read one character at a time and the following ste 阅读全文
posted @ 2020-12-23 01:19 CNoodle 阅读(280) 评论(0) 推荐(0)