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人学习
全部文章
(共163篇)
LeetCode | 面试题59 - II. 队列的最大值【Python】
来自专栏
LeetCode 面试题59 - II. 队列的最大值【Medium】【Python】【队列】 问题 力扣 请定义一个队列并实现函数 max_value 得到队列里的最大值,要求函数max_value、push_back 和 pop_front 的均摊时间复杂度都是O(1)。 若队列为空,pop_...
队列
数据结构
Python
LeetCode
2020-03-08
0
548
LeetCode | 0039. Combination Sum组合总和【Python】
来自专栏
LeetCode 0039. Combination Sum组合总和【Medium】【Python】【回溯】 Problem LeetCode Given a set of candidate numbers (candidates) (without duplicates) and a targ...
DFS
回溯
Python
LeetCode
2020-03-07
0
508
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
584
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
首页
上一页
8
9
10
11
12
13
14
15
16
17
下一页
末页