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 | 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
笔试 | 东方财富 2020 春季校园招聘后端开发在线笔试【Python】【C++】【字符串】【动态规划】
东方财富 2020 春季校园招聘后端开发在线笔试【Python】【C++】【字符串】【动态规划】 一、单选题 一共有 256 个结点的二叉树高度最小是多少:8。 读程题,选出正确的程序输出结果。 不记得了。 二、不定项选择 哪些属于设计模式。 不记得了。 三、填空题 20*6 = 140...
C++
字符串
动态规划
Python
2020-03-12
1
3012
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
LeetCode | 0123. 买卖股票的最佳时机 III【Python】
来自专栏
LeetCode 0123. Best Time to Buy and Sell Stock III买卖股票的最佳时机 III【Hard】【Python】【动态规划】 Problem LeetCode Say you have an array for which the ith element ...
动态规划
Python
LeetCode
2020-03-11
0
675
LeetCode | 0714. 买卖股票的最佳时机含手续费【Python】
来自专栏
LeetCode 0714. Best Time to Buy and Sell Stock with Transaction Fee买卖股票的最佳时机含手续费【Medium】【Python】【动态规划】 Problem LeetCode Your are given an array of in...
动态规划
LeetCode
Python
2020-03-11
0
488
首页
上一页
8
9
10
11
12
13
14
15
16
17
下一页
末页