Wonz
Wonz
全部文章
LeetCod...
# ACM(1)
# C++(32)
# C语言(12)
# Django(11)
# git(3)
# Hexo(6)
# HTML(1)
# LaTex学习(1)
# Linux(16)
# MySQL(1)
# PAT(46)
# Python(13)
# SQL数据库(10)
# 动态规划(13)
# 微型计算机原理与接口技术(16)
# 操作系统(9)
# 数据结构(28)
# 机器学习(4)
# 比赛感想与回忆(1)
# 汇编语言程序设计(11)
# 洛谷(4)
# 离散数学(5)
# 经验之谈(1)
# 编译原理(4)
# 计算机图形学(14)
# 资源汇总(5)
# 软件安装(34)
# 运筹学(5)
Go学习笔记(19)
PostgreSQL(3)
——————数学——————(1)
——————科研——————(1)
——————算法——————(13)
——————随笔——————(12)
—————人工智能—————(1)
南邮期末考试回忆and知识梳理(1)
实用小工具分享(2)
找工作(1)
归档
标签
去牛客网
登录
/
注册
Wonz
Enjoy Coding. Enjoy Life.
全部文章
/ LeetCode个人题解
(共162篇)
LeetCode | 1408.String Matching in an Array数组中的字符串匹配【Python】
来自专栏
LeetCode 1408. String Matching in an Array数组中的字符串匹配【Easy】【Python】【字符串】 Problem LeetCode Given an array of string words. Return all strings in words w...
字符串
暴力
Python
LeetCode
2020-04-12
0
994
LeetCode | 面试题 01.07. 旋转矩阵【Python】
来自专栏
LeetCode 面试题 01.07. 旋转矩阵【Medium】【Python】【数学】 问题 力扣 给你一幅由 N × N 矩阵表示的图像,其中每个像素的大小为 4 字节。请你设计一种算法,将图像旋转 90 度。 不占用额外内存空间能否做到? 示例 1: 给定 matrix = [ [1,...
数学
LeetCode
Python
2020-04-12
0
656
LeetCode | 1394. 找出数组中的幸运数【Python】
来自专栏
LeetCode 1394. Find Lucky Integer in an Array找出数组中的幸运数【Easy】【Python】【暴力】 Problem LeetCode Given an array of integers arr, a lucky integer is an integ...
暴力
LeetCode
Python
2020-03-29
0
718
LeetCode | 1395. Count Number of Teams统计作战单位数【Python】
来自专栏
LeetCode 1395. Count Number of Teams统计作战单位数【Medium】【Python】【暴力】 Problem LeetCode There are n soldiers standing in a line. Each soldier is assigned a ...
暴力
Python
LeetCode
2020-03-29
0
1377
LeetCode | 1396. Design Underground System设计地铁系统【Python】
来自专栏
LeetCode 1396. Design Underground System设计地铁系统【Medium】【Python】【设计】 Problem LeetCode Implement the class UndergroundSystem that supports three methods...
设计
Python
LeetCode
2020-03-29
0
1306
LeetCode | 0892. Surface Area of 3D Shapes三维形体的表面积【Python】
来自专栏
LeetCode 0892. Surface Area of 3D Shapes三维形体的表面积【Easy】【Python】【数学】 Problem LeetCode On a N * N grid, we place some 1 * 1 * 1cubes. Each value v = gri...
数学
LeetCode
Python
2020-03-27
0
599
LeetCode | 面试题17. 打印从1到最大的n位数【剑指Offer】【Python】
来自专栏
LeetCode 面试题17. 打印从1到最大的n位数【剑指Offer】【Easy】【Python】【遍历】 问题 力扣 输入数字 n,按顺序打印出从 1 到最大的 n 位十进制数。比如输入 3,则打印出 1、2、3 一直到最大的 3 位数 999。 示例 1: 输入: n = 1 输出: [1,...
Python
LeetCode
2020-03-27
0
759
LeetCode | 面试题09. 用两个栈实现队列【剑指Offer】【Python】
来自专栏
LeetCode 面试题09. 用两个栈实现队列【剑指Offer】【Easy】【Python】【栈】【队列】 问题 力扣 用两个栈实现一个队列。队列的声明如下,请实现它的两个函数 appendTail 和 deleteHead ,分别完成在队列尾部插入整数和在队列头部删除整数的功能。(若队列中没有...
栈
队列
LeetCode
Python
2020-03-27
0
443
LeetCode | 0070. Climbing Stairs爬楼梯【Python】
来自专栏
LeetCode 0070. Climbing Stairs爬楼梯【Easy】【Python】【动态规划】 Problem LeetCode You are climbing a stair case. It takes n steps to reach to the top. Each time...
动态规划
Python
LeetCode
2020-03-27
0
532
LeetCode | 0509. Fibonacci Number斐波那契数【Python】
来自专栏
LeetCode 0509. Fibonacci Number斐波那契数【Easy】【Python】【动态规划】 Problem LeetCode The Fibonacci numbers, commonly denoted F(n) form a sequence, called the Fi...
递归
动态规划
Python
LeetCode
2020-03-27
0
630
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页