摘要: LeetCode 1410. HTML Entity Parser HTML 实体解析器【Medium】【Python】【字符串】 Problem "LeetCode" HTML entity parser is the parser that takes HTML code as input an 阅读全文
posted @ 2020-04-12 22:22 Wonz 阅读(275) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1409. Queries on a Permutation With Key查询带键的排列【Medium】【Python】【模拟】 Problem "LeetCode" Given the array of positive integers between and , you 阅读全文
posted @ 2020-04-12 22:08 Wonz 阅读(162) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1408. String Matching in an Array数组中的字符串匹配【Easy】【Python】【字符串】 Problem "LeetCode" Given an array of string . Return all strings in which is su 阅读全文
posted @ 2020-04-12 21:24 Wonz 阅读(518) 评论(0) 推荐(0) 编辑
摘要: LeetCode 面试题 01.07. 旋转矩阵【Medium】【Python】【数学】 问题 "力扣" 给你一幅由 N × N 矩阵表示的图像,其中每个像素的大小为 4 字节。请你设计一种算法,将图像旋转 90 度。 不占用额外内存空间能否做到? 示例 1: 示例 2: 思路 数学 时间复杂度: 阅读全文
posted @ 2020-04-12 21:18 Wonz 阅读(537) 评论(0) 推荐(0) 编辑