摘要: Description 题目见 https://leetcode.com/problems/diagonal-traverse-ii/ code 这是考验智商的题目~~ 我的代码 import bisect class Solution(object): def findDiagonalOrder( 阅读全文
posted @ 2021-03-07 22:09 tmortred 阅读(47) 评论(0) 推荐(0) 编辑
摘要: Description Some people will make friend requests. The list of their ages is given and ages[i] is the age of the ith person. Person A will NOT friend 阅读全文
posted @ 2021-03-07 16:40 tmortred 阅读(39) 评论(0) 推荐(0) 编辑