会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Cheng~
第三次是明知道有些事会无能为力,却还是会尽全力争取。
博客园
首页
新随笔
联系
订阅
管理
随笔 - 437
文章 - 0
评论 - 7
阅读 -
69万
[置顶]
置顶博客
摘要: Github: LeetCode:https://github.com/cheng102e/LeetCode 洛谷:https://github.com/cheng102e/Luogu CCF:https://github.com/cheng102e/CCF 剑指offer:https://gith
阅读全文
posted @ 2019-07-26 09:30 cheng102e
阅读(294)
评论(0)
推荐(1)
2022年8月6日
LeetCode 1408. String Matching in an Array
摘要: LeetCode 1408. String Matching in an Array (数组中的字符串匹配) 题目 链接 https://leetcode.cn/problems/string-matching-in-an-array/ 问题描述 给你一个字符串数组 words ,数组中的每个字符串
阅读全文
posted @ 2022-08-06 10:10 cheng102e
阅读(53)
评论(0)
推荐(0)
2022年7月1日
LeetCode 518. Coin Change 2
摘要: LeetCode 518. Coin Change 2 (零钱兑换 II) 题目 链接 https://leetcode.cn/problems/coin-change-2/ 问题描述 给你一个整数数组 coins 表示不同面额的硬币,另给一个整数 amount 表示总金额。 请你计算并返回可以凑成
阅读全文
posted @ 2022-07-01 16:53 cheng102e
阅读(26)
评论(0)
推荐(0)
2022年6月30日
LeetCode 494. Target Sum
摘要: LeetCode 494. Target Sum (目标和) 题目 链接 https://leetcode.cn/problems/target-sum/ 问题描述 给你一个整数数组 nums 和一个整数 target 。 向数组中的每个整数前添加 '+' 或 '-' ,然后串联起所有整数,可以构造
阅读全文
posted @ 2022-06-30 16:45 cheng102e
阅读(61)
评论(0)
推荐(0)
LeetCode 1049. Last Stone Weight II
摘要: LeetCode 1049. Last Stone Weight II (最后一块石头的重量 II) 题目 链接 https://leetcode.cn/problems/last-stone-weight-ii/ 问题描述 有一堆石头,用整数数组 stones 表示。其中 stones[i] 表示
阅读全文
posted @ 2022-06-30 15:25 cheng102e
阅读(52)
评论(0)
推荐(0)
2022年6月29日
LeetCode 416. Partition Equal Subset Sum
摘要: LeetCode 416. Partition Equal Subset Sum (分割等和子集) 题目 链接 https://leetcode.cn/problems/partition-equal-subset-sum/ 问题描述 给你一个 只包含正整数 的 非空 数组 nums 。请你判断是否
阅读全文
posted @ 2022-06-29 11:36 cheng102e
阅读(23)
评论(0)
推荐(0)
2022年6月28日
LeetCode 96. Unique Binary Search Trees
摘要: LeetCode 96. Unique Binary Search Trees (不同的二叉搜索树) 题目 链接 https://leetcode.cn/problems/unique-binary-search-trees/ 问题描述 给你一个整数 n ,求恰由 n 个节点组成且节点值从 1 到
阅读全文
posted @ 2022-06-28 22:19 cheng102e
阅读(20)
评论(0)
推荐(0)
LeetCode 343. Integer Break
摘要: LeetCode 343. Integer Break (整数拆分) 题目 链接 https://leetcode.cn/problems/integer-break/ 问题描述 给定一个正整数 n ,将其拆分为 k 个 正整数 的和( k >= 2 ),并使这些整数的乘积最大化。 返回 你可以获得
阅读全文
posted @ 2022-06-28 22:10 cheng102e
阅读(29)
评论(0)
推荐(0)
LeetCode 56. Merge Intervals
摘要: LeetCode 56. Merge Intervals (合并区间) 题目 链接 https://leetcode.cn/problems/merge-intervals/ 问题描述 以数组 intervals 表示若干个区间的集合,其中单个区间为 intervals[i] = [starti,
阅读全文
posted @ 2022-06-28 20:10 cheng102e
阅读(25)
评论(0)
推荐(0)
LeetCode 738. Monotone Increasing Digits
摘要: LeetCode 738. Monotone Increasing Digits (单调递增的数字) 题目 链接 https://leetcode.cn/problems/monotone-increasing-digits/ 问题描述 当且仅当每个相邻位数上的数字 x 和 y 满足 x <= y
阅读全文
posted @ 2022-06-28 17:20 cheng102e
阅读(27)
评论(0)
推荐(0)
LeetCode 763. Partition Labels
摘要: title: date: 2022-06-28 16:23:00 tags: categories: LeetCode LeetCode 763. Partition Labels (划分字母区间) 题目 链接 https://leetcode.cn/problems/partition-label
阅读全文
posted @ 2022-06-28 16:35 cheng102e
阅读(32)
评论(0)
推荐(0)
下一页
公告
since 2019/7/23
昵称:
cheng102e
园龄:
6年9个月
粉丝:
17
关注:
1
+加关注
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1.LeetCode 1408. String Matching in an Array
2.LeetCode 518. Coin Change 2
3.LeetCode 494. Target Sum
4.LeetCode 1049. Last Stone Weight II
5.LeetCode 416. Partition Equal Subset Sum
6.LeetCode 96. Unique Binary Search Trees
7.LeetCode 343. Integer Break
8.LeetCode 56. Merge Intervals
9.LeetCode 738. Monotone Increasing Digits
10.LeetCode 763. Partition Labels
我的标签
树
(12)
二分查找
(11)
动态规划
(10)
链表
(8)
贪心
(6)
滑动窗口
(6)
位运算
(5)
栈与队列
(3)
前缀和
(3)
哈希
(3)
更多
随笔分类
(435)
C/C++(1)
CCF(16)
ECNU(51)
Java(4)
LeetCode(14)
LeetCode(Java)(231)
Luogu(28)
大学课程(4)
剑指offer(75)
其他(1)
数据结构与算法(9)
数据库(1)
阅读排行榜
1. java的三种随机数生成方式(623522)
2. C++万能头文件<bits/stdc++.h>的内容与优缺点(19136)
3. 命令行发送SMTP协议邮件(163邮箱)(5898)
4. java任意进制转换(1470)
5. 商品销量预测 第一次迭代总结(716)
推荐排行榜
1. java的三种随机数生成方式(35)
2. C++万能头文件<bits/stdc++.h>的内容与优缺点(2)
3. 洛谷 P1011 车站(1)
4. 置顶博客(1)
点击右上角即可分享