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个人题解
(共179篇)
LeetCode | 0240. Search a 2D Matrix II搜索二维矩阵 II【Python】
来自专栏
LeetCode 0240. Search a 2D Matrix II搜索二维矩阵 II【Medium】【Python】【数组】 Problem LeetCode Write an efficient algorithm that searches for a value in an m x n...
数组
LeetCode
Python
2020-03-17
0
560
LeetCode | 面试题04. 二维数组中的查找【剑指Offer】【Easy】【Python】【数组】
来自专栏
LeetCode 面试题04. 二维数组中的查找【剑指Offer】【Easy】【Python】【数组】 问题 力扣 在一个 n * m 的二维数组中,每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。请完成一个函数,输入这样的一个二维数组和一个整数,判断数组中是否含有该整数。...
剑指Offer
数组
Python
LeetCode
2020-03-17
0
683
LeetCode | 面试题03. 数组中重复的数字【剑指Offer】【Easy】【Python】【数组】【哈希表】
来自专栏
LeetCode 面试题03. 数组中重复的数字【剑指Offer】【Easy】【Python】【数组】【哈希表】【排序】 问题 力扣 找出数组中重复的数字。 在一个长度为 n 的数组 nums 里的所有数字都在 0~n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,也不知道每个数...
剑指Offer
哈希
LeetCode
Python
2020-03-17
0
491
LeetCode | 1160. 拼写单词【Python】
来自专栏
LeetCode 1160. Find Words That Can Be Formed by Characters拼写单词【Easy】【Python】【字符串】 Problem LeetCode You are given an array of strings words and a stri...
字符串
LeetCode
Python
2020-03-17
0
623
LeetCode | 面试题 01.06. 字符串压缩【Python】
来自专栏
LeetCode 面试题 01.06. 字符串压缩【Easy】【Python】【双指针】 问题 力扣 字符串压缩。利用字符重复出现的次数,编写一种方法,实现基本的字符串压缩功能。比如,字符串aabcccccaaa会变为a2b1c5a3。若“压缩”后的字符串没有变短,则返回原先的字符串。你可以假设字...
字符串
双指针
Python
LeetCode
2020-03-16
0
750
LeetCode | 1382. 将二叉搜索树变平衡【Python】
来自专栏
LeetCode 1382. Balance a Binary Search Tree将二叉搜索树变平衡【Medium】【Python】【二叉树】 Problem LeetCode Given a binary search tree, return a balanced binary searc...
二分
二叉树
LeetCode
Python
2020-03-15
0
1153
LeetCode | 1381. 设计一个支持增量操作的栈【Python】
来自专栏
LeetCode 1381. Design a Stack With Increment Operation设计一个支持增量操作的栈【Medium】【Python】【栈】 Problem LeetCode Design a stack which supports the following op...
栈
LeetCode
Python
2020-03-15
0
542
LeetCode | 1380. Lucky Numbers in a Matrix矩阵中的幸运数【Python】
来自专栏
LeetCode 1380. Lucky Numbers in a Matrix矩阵中的幸运数【Easy】【Python】【暴力】 Problem LeetCode Given a m * n matrix of distinct numbers, return all lucky numbers...
暴力
LeetCode
Python
2020-03-15
0
748
LeetCode | 1071. 字符串的最大公因子【Python】
来自专栏
LeetCode 1071. Greatest Common Divisor of Strings字符串的最大公因子【Easy】【Python】【字符串】 Problem LeetCode For strings S and T, we say "T divides S" if...
字符串
数学
LeetCode
Python
2020-03-12
0
1145
LeetCode | 0188. 买卖股票的最佳时机 IV【Python】
来自专栏
LeetCode 0188. Best Time to Buy and Sell Stock IV买卖股票的最佳时机 IV【Hard】【Python】【动态规划】 Problem LeetCode Say you have an array for which the i-*th element ...
动态规划
Python
LeetCode
2020-03-11
0
802
首页
上一页
6
7
8
9
10
11
12
13
14
15
下一页
末页