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 | 0309. 最佳买卖股票时机含冷冻期【Python】
来自专栏
LeetCode 0309. Best Time to Buy and Sell Stock with Cooldown最佳买卖股票时机含冷冻期【Medium】【Python】【动态规划】 Problem LeetCode Say you have an array for which the i...
动态规划
LeetCode
Python
2020-03-11
0
503
LeetCode | 1013. 将数组分成和相等的三个部分【Python】
来自专栏
LeetCode 1013. Partition Array Into Three Parts With Equal Sum将数组分成和相等的三个部分【Easy】【Python】【双指针】 Problem LeetCode Given an array A of integers, return ...
双指针
LeetCode
Python
2020-03-11
0
480
LeetCode | 0543. Diameter of Binary Tree二叉树的直径【Python】
来自专栏
LeetCode 0543. Diameter of Binary Tree二叉树的直径【Easy】【Python】【递归】 Problem LeetCode Given a binary tree, you need to compute the length of the diameter o...
递归
LeetCode
Python
2020-03-10
0
524
LeetCode | 1376. 通知所有员工所需的时间【Python】
来自专栏
LeetCode 1376. Time Needed to Inform All Employees通知所有员工所需的时间【Medium】【Python】【自底向上遍历】 Problem LeetCode A company has n employees with a unique ID for...
LeetCode
Python
2020-03-08
0
693
LeetCode | 1375. Bulb Switcher III灯泡开关 III【Python】
来自专栏
LeetCode 1375. Bulb Switcher III灯泡开关 III【Medium】【Python】【最大编号】 Problem LeetCode There is a room with n bulbs, numbered from 1 to n, arranged in a row...
LeetCode
Python
2020-03-08
0
643
LeetCode | 1374. 生成每种字符都是奇数个的字符串【Python】
来自专栏
LeetCode 1374. Generate a String With Characters That Have Odd Counts生成每种字符都是奇数个的字符串【Easy】【Python】【字符串】 Problem LeetCode Given an integer n, return a...
字符串
LeetCode
Python
2020-03-08
0
600
LeetCode | 1372. 二叉树中的最长交错路径【Python】
来自专栏
LeetCode 1372. Longest ZigZag Path in a Binary Tree二叉树中的最长交错路径【Medium】【Python】【DFS】 Problem LeetCode Given a binary tree root, a ZigZag path for a bi...
DFS
二叉树
LeetCode
Python
2020-03-08
0
913
LeetCode | 1370. Increasing Decreasing String上升下降字符串【Python】
来自专栏
LeetCode 1370. Increasing Decreasing String上升下降字符串【Easy】【Python】【排序】 Problem LeetCode Given a string s. You should re-order the string using the foll...
排序
字符串
LeetCode
Python
2020-03-08
0
644
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
首页
上一页
9
10
11
12
13
14
15
16
17
18
下一页
末页