摘要: **28. 实现 strStr() ** https://leetcode.cn/problems/find-the-index-of-the-first-occurrence-in-a-string/description/ public void getNext(int[] next,Strin 阅读全文
posted @ 2024-03-14 23:22 jeasonGo 阅读(20) 评论(0) 推荐(0)
摘要: 73. 矩阵置零 https://leetcode.cn/problems/set-matrix-zeroes/description/?envType=study-plan-v2&envId=top-100-liked public void setZeroes(int[][] matrix) { 阅读全文
posted @ 2024-03-14 18:58 jeasonGo 阅读(10) 评论(0) 推荐(0)