上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页
摘要: 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) 编辑
摘要: LeetCode 1394. Find Lucky Integer in an Array找出数组中的幸运数【Easy】【Python】【暴力】 Problem "LeetCode" Given an array of integers , a lucky integer is an integer 阅读全文
posted @ 2020-03-29 14:54 Wonz 阅读(286) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1395. Count Number of Teams统计作战单位数【Medium】【Python】【暴力】 Problem "LeetCode" There are soldiers standing in a line. Each soldier is assigned a u 阅读全文
posted @ 2020-03-29 14:38 Wonz 阅读(286) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1396. Design Underground System设计地铁系统【Medium】【Python】【设计】 Problem "LeetCode" Implement the class that supports three methods: 1. A customer w 阅读全文
posted @ 2020-03-29 14:03 Wonz 阅读(274) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0892. Surface Area of 3D Shapes三维形体的表面积【Easy】【Python】【数学】 Problem "LeetCode" On a grid, we place some cubes. Each value represents a tower of 阅读全文
posted @ 2020-03-27 21:10 Wonz 阅读(183) 评论(0) 推荐(0) 编辑
摘要: LeetCode 面试题17. 打印从1到最大的n位数【剑指Offer】【Easy】【Python】【遍历】 问题 "力扣" 输入数字 n,按顺序打印出从 1 到最大的 n 位十进制数。比如输入 3,则打印出 1、2、3 一直到最大的 3 位数 999。 示例 1: 说明: 用返回一个整数列表来代替 阅读全文
posted @ 2020-03-27 20:50 Wonz 阅读(184) 评论(0) 推荐(0) 编辑
摘要: LeetCode 面试题09. 用两个栈实现队列【剑指Offer】【Easy】【Python】【栈】【队列】 问题 "力扣" 用两个栈实现一个队列。队列的声明如下,请实现它的两个函数 appendTail 和 deleteHead ,分别完成在队列尾部插入整数和在队列头部删除整数的功能。(若队列中没 阅读全文
posted @ 2020-03-27 20:40 Wonz 阅读(161) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0070. Climbing Stairs爬楼梯【Easy】【Python】【动态规划】 Problem "LeetCode" You are climbing a stair case. It takes n steps to reach to the top. Each tim 阅读全文
posted @ 2020-03-27 20:18 Wonz 阅读(176) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0509. Fibonacci Number斐波那契数【Easy】【Python】【动态规划】 Problem "LeetCode" The Fibonacci numbers , commonly denoted form a sequence, called the Fibon 阅读全文
posted @ 2020-03-27 20:02 Wonz 阅读(170) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 26 下一页