摘要: 题目:矩阵置0 link:https://leetcode.cn/problems/set-matrix-zeroes/description/?envType=study-plan-v2&envId=top-interview-150 class Solution: def setZeroes(s 阅读全文
posted @ 2024-10-19 20:52 xiaoxinlong 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 题目:有效的数独 link: https://leetcode.cn/problems/valid-sudoku/description/?envType=study-plan-v2&envId=top-interview-150 def isValidSudoku(self, board: Lis 阅读全文
posted @ 2024-10-19 20:34 xiaoxinlong 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 最近看的书单list: 《大力出奇迹:张一鸣的创业心路与算法思维》 《三体》 《忘三小酒馆》 《一往无前》 没看完的书单: 《架构师之路》 《段永平传》 阅读全文
posted @ 2024-10-19 20:04 xiaoxinlong 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 2024-10-19 https://leetcode.cn/problems/spiral-matrix/description/?envType=study-plan-v2&envId=top-interview-150 1 class Solution: 2 def spiralOrder(s 阅读全文
posted @ 2024-10-19 19:56 xiaoxinlong 阅读(2) 评论(0) 推荐(0) 编辑