摘要:
LeetCode 1408. String Matching in an Array数组中的字符串匹配【Easy】【Python】【字符串】 Problem "LeetCode" Given an array of string . Return all strings in which is su 阅读全文
摘要:
LeetCode 面试题 01.07. 旋转矩阵【Medium】【Python】【数学】 问题 "力扣" 给你一幅由 N × N 矩阵表示的图像,其中每个像素的大小为 4 字节。请你设计一种算法,将图像旋转 90 度。 不占用额外内存空间能否做到? 示例 1: 示例 2: 思路 数学 时间复杂度: 阅读全文