Wonz
Wonz
全部文章
分类
# 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)
LeetCode个人题解(179)
PostgreSQL(3)
——————数学——————(1)
——————科研——————(1)
——————算法——————(13)
——————随笔——————(12)
—————人工智能—————(1)
南邮期末考试回忆and知识梳理(1)
实用小工具分享(2)
找工作(1)
归档
标签
去牛客网
登录
/
注册
Wonz
Enjoy Coding. Enjoy Life.
TA的专栏
198篇文章
1人订阅
LeetCode个人题解
179篇文章
1595人学习
Go学习笔记
19篇文章
869人学习
全部文章
(共181篇)
LeetCode | 面试题 57 - Ⅱ. 和为s的连续正数序列【Python】
来自专栏
LeetCode 面试题 57 - Ⅱ. 和为s的连续正数序列【Easy】【Python】【滑窗】【数学】 问题 力扣 输入一个正整数 target ,输出所有和为 target 的连续正整数序列(至少含有两个数)。 序列内的数字由小到大排列,不同序列按照首个数字从小到大排列。 示例 1: 输入...
数学
滑窗
LeetCode
Python
2020-03-06
0
680
LeetCode | 0077. Combinations组合【Python】
来自专栏
LeetCode 0077. Combinations组合【Medium】【Python】【回溯】 Problem LeetCode Given two integers n and k, return all possible combinations of k numbers out of 1...
DFS
回溯
LeetCode
Python
2020-03-05
0
615
LeetCode | 0047. Permutations II全排列 II【Python】
来自专栏
LeetCode 0047. Permutations II全排列 II【Medium】【Python】【回溯】 Problem LeetCode Given a collection of numbers that might contain duplicates, return all pos...
DFS
递归
回溯
LeetCode
Python
2020-03-05
0
561
LeetCode | 1103. Distribute Candies to People分糖果 II【Python】
来自专栏
LeetCode 1103. Distribute Candies to People分糖果 II【Easy】【Python】【暴力】 Problem LeetCode We distribute some number of candies, to a row of n = num_people...
暴力
LeetCode
Python
2020-03-05
0
600
LeetCode | 0046. Permutations全排列【Python】
来自专栏
LeetCode 0046. Permutations全排列【Medium】【Python】【回溯】【DFS】 Problem LeetCode Given a collection of distinct integers, return all possible permutations. E...
DFS
回溯
Python
LeetCode
2020-03-04
0
557
LeetCode | 0079. Word Search单词搜索【Python】
来自专栏
LeetCode 0079. Word Search单词搜索【Medium】【Python】【DFS】 Problem LeetCode Given a 2D board and a word, find if the word exists in the grid. The word can b...
DFS
回溯
Python
LeetCode
2020-03-04
0
575
LeetCode | 0017. 电话号码的字母组合【Python】
来自专栏
LeetCode 0017. Letter Combinations of a Phone Number电话号码的字母组合【Medium】【Python】【回溯】【DFS】【暴力】 Problem LeetCode Given a string containing digits from 2-9...
DFS
回溯
暴力
LeetCode
Python
2020-03-04
0
621
LeetCode | 0093. Restore IP Addresses复原IP地址【Python】
来自专栏
LeetCode 0093. Restore IP Addresses复原IP地址【Medium】【Python】【回溯】【DFS】【暴力】 Problem LeetCode Given a string containing only digits, restore it by returnin...
DFS
回溯
暴力
Python
LeetCode
2020-03-04
0
798
LeetCode | 0994. Rotting Oranges腐烂的橘子【Python】
来自专栏
LeetCode 0994. Rotting Oranges腐烂的橘子【Easy】【Python】【BFS】 Problem LeetCode In a given grid, each cell can have one of three values: the value 0 represe...
BFS
LeetCode
Python
2020-03-04
0
657
LeetCode | 面试题 10.01. Sorted Merge LCCI【Python】
来自专栏
LeetCode 面试题 10.01. Sorted Merge LCCI【Easy】【Python】【双指针】 问题 力扣 给定两个排序后的数组 A 和 B,其中 A 的末端有足够的缓冲空间容纳 B。 编写一个方法,将 B 合并入 A 并排序。 初始化 A 和 B 的元素数量分别为 m 和 n。...
双指针
LeetCode
Python
2020-03-03
0
601
首页
上一页
10
11
12
13
14
15
16
17
18
19
下一页
末页