Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6bbdd79

Browse files
update content
1 parent 6c10132 commit 6bbdd79

File tree

72 files changed

+593
-186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+593
-186
lines changed

‎动态规划系列/LCS.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
2-
title: '详解最长公共子序列问题,秒杀三道动态规划题目'
3-
tags: ['动态规划', '子序列']
2+
discuss: '1029'
3+
hidden: true
4+
number: '757'
5+
tags:
6+
- 动态规划
7+
- 子序列
8+
title: 详解最长公共子序列问题,秒杀三道动态规划题目
9+
wechat: https://mp.weixin.qq.com/s/ZhPEchewfc03xWv9VP3msg
10+
xiaoeID: i_6298793ae4b09dda12708be8
411
---
512

613
<p align='center'>

‎动态规划系列/动态规划之KMP字符匹配算法.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
title: '动态规划之KMP字符匹配算法'
3-
tags: ['字符串']
2+
discuss: '1036'
3+
hidden: false
4+
number: '810'
5+
tags:
6+
- 字符串
7+
title: 动态规划之KMP字符匹配算法
8+
wechat: https://mp.weixin.qq.com/s/r9pbkMyFyMAvmkf4QnL-1g
49
---
510

611
<p align='center'>
@@ -450,7 +455,6 @@ KMP 算法也就是动态规划那点事,我们的公众号文章目录有一
450455

451456
![](https://labuladong.github.io/pictures/souyisou2.png)
452457

453-
454458
======其他语言代码======
455459

456460
[28.实现 strStr()](https://leetcode-cn.com/problems/implement-strstr)

‎动态规划系列/动态规划之博弈问题.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
title: '动态规划之博弈问题'
3-
tags: ['动态规划']
2+
discuss: '1079'
3+
hidden: false
4+
number: '836'
5+
tags:
6+
- 动态规划
7+
title: 动态规划之博弈问题
8+
wechat: https://mp.weixin.qq.com/s/xTeOzqNiGJwbwIpS3ySZqw
49
---
510

611
<p align='center'>
@@ -255,7 +260,6 @@ int stoneGame(int[] piles) {
255260

256261
![](https://labuladong.github.io/pictures/souyisou2.png)
257262

258-
259263
======其他语言代码======
260264

261265
### python

‎动态规划系列/动态规划之四键键盘.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
title: '动态规划之四键键盘'
3-
tags: ['动态规划']
2+
discuss: '1052'
3+
hidden: false
4+
number: '835'
5+
tags:
6+
- 动态规划
7+
title: 动态规划之四键键盘
8+
wechat: https://mp.weixin.qq.com/s/DeanOw0acBNU1ZoI4cE8nw
49
---
510

611
<p align='center'>
@@ -241,7 +246,6 @@ def dp(n, a_num, copy):
241246

242247
![](https://labuladong.github.io/pictures/souyisou2.png)
243248

244-
245249
======其他语言代码======
246250

247251
### javascript

‎动态规划系列/动态规划之正则表达.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
2-
title: '动态规划之正则表达'
3-
tags: ['动态规划', '字符串']
2+
discuss: '1026'
3+
hidden: true
4+
number: '785'
5+
tags:
6+
- 动态规划
7+
- 字符串
8+
title: 动态规划之正则表达
9+
wechat: https://mp.weixin.qq.com/s/rnaFK05IcFWvNN1ppNf2ug
10+
xiaoeID: i_6298796ae4b01a4852072fb9
411
---
512

613
<p align='center'>

‎动态规划系列/动态规划设计:最长递增子序列.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
2-
title: '动态规划设计:最长递增子序列'
3-
tags: ['动态规划', '设计']
2+
discuss: '998'
3+
hidden: false
4+
number: '868'
5+
tags:
6+
- 动态规划
7+
- 设计
8+
title: 动态规划设计:最长递增子序列
9+
wechat: https://mp.weixin.qq.com/s/mvv1tsHmjUJUOLpwhCnGSQ
410
---
511

612
<p align='center'>
@@ -345,7 +351,6 @@ int lengthOfLIS(int[] nums) {
345351

346352
![](https://labuladong.github.io/pictures/souyisou2.png)
347353

348-
349354
======其他语言代码======
350355

351356
### javascript

‎动态规划系列/动态规划详解进阶.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
2-
title: '动态规划详解'
3-
tags: ['动态规划', '核心框架系列']
2+
discuss: '1006'
3+
hidden: false
4+
number: '814'
5+
tags:
6+
- 动态规划
7+
- 核心框架系列
8+
title: 动态规划详解
9+
wechat: https://mp.weixin.qq.com/s/Cw39C9MY9Wr2JlcvBQZMcA
410
---
511

612
<p align='center'>
@@ -529,7 +535,6 @@ int coinChange(int[] coins, int amount) {
529535

530536
![](https://labuladong.github.io/pictures/souyisou2.png)
531537

532-
533538
======其他语言代码======
534539

535540
### python

‎动态规划系列/单词拼接.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2-
title: '两种思路解决单词拼接问题'
3-
tags: ['动态规划', '设计']
2+
hidden: false
3+
tags:
4+
- 动态规划
5+
- 设计
6+
title: 两种思路解决单词拼接问题
7+
wechat: https://mp.weixin.qq.com/s/iL7tCl6pqw0fTatGSemY-g
48
---
59

610
<p align='center'>

‎动态规划系列/团灭股票问题.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
title: '团灭 LeetCode 股票买卖问题'
3-
tags: ['动态规划']
2+
discuss: '1012'
3+
hidden: false
4+
number: '851'
5+
tags:
6+
- 动态规划
7+
title: 团灭 LeetCode 股票买卖问题
8+
wechat: https://mp.weixin.qq.com/s/4nqJMIyCKQD7IJ-HI6S3Vg
49
---
510

611
<p align='center'>

‎动态规划系列/子序列问题模板.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
2-
title: '动态规划之子序列问题解题模板'
3-
tags: ['动态规划', '子序列']
2+
discuss: '1076'
3+
hidden: true
4+
number: '895'
5+
tags:
6+
- 动态规划
7+
- 子序列
8+
title: 动态规划之子序列问题解题模板
9+
wechat: https://mp.weixin.qq.com/s/-8RruCDEfcRt6Rpw89GC-A
10+
xiaoeID: i_62987943e4b01c509ab8b6aa
411
---
512

613
<p align='center'>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /