摘要: 面试题:synchronized实现 参考链接 https://xiaomi-info.github.io/2020/03/24/synchronized/ https://www.cnblogs.com/aspirant/p/11470858.html 每日一题 1185. 一周中的第几天 cla 阅读全文
posted @ 2022-01-04 01:24 橘子皮布劳阁 阅读(41) 评论(0) 推荐(0)
摘要: 今天打了周赛,第四道hard周赛结束才过,菜鸡如我 参加会议的最多员工数 class Solution: def maximumInvitations(self, fa: List[int]) -> int: n = len(fa) pre = defaultdict(list) cnt =[0] 阅读全文
posted @ 2022-01-02 22:27 橘子皮布劳阁 阅读(58) 评论(0) 推荐(0)
摘要: 新年新气象,申请了cnblogs,新的一年希望多多更新~ 首先是三道leetcode题: 2022. 将一维数组转变成二维数组 class Solution: def construct2DArray(self, original: List[int], m: int, n: int) -> Lis 阅读全文
posted @ 2022-01-02 13:37 橘子皮布劳阁 阅读(187) 评论(0) 推荐(0)