摘要: In a deck of cards, each card has an integer written on it. Return true if and only if you can choose X >= 2 such that it is possible to split the ent 阅读全文
posted @ 2020-09-29 14:27 CNoodle 阅读(155) 评论(0) 推荐(0)
摘要: Given the root of a binary tree, return an array of the largest value in each row of the tree (0-indexed). Example 1: Input: root = [1,3,2,5,3,null,9] 阅读全文
posted @ 2020-09-29 08:56 CNoodle 阅读(231) 评论(0) 推荐(0)