摘要: Given a string expression of numbers and operators, return all possible results from computing all the different possible ways to group numbers and op 阅读全文
posted @ 2020-07-11 11:11 CNoodle 阅读(218) 评论(0) 推荐(0)
摘要: Given the array nums, for each nums[i] find out how many numbers in the array are smaller than it. That is, for each nums[i] you have to count the num 阅读全文
posted @ 2020-07-11 07:06 CNoodle 阅读(457) 评论(0) 推荐(0)
摘要: You are given a doubly linked list, which contains nodes that have a next pointer, a previous pointer, and an additional child pointer. This child poi 阅读全文
posted @ 2020-07-11 01:58 CNoodle 阅读(253) 评论(0) 推荐(0)