From 00fa7880dbe84241bf7f1cbf8c513ce34fa7f338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A5=E6=AC=A7=E5=B7=B4?= Date: Sun, 17 Oct 2021 12:35:17 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b726aa3..29a8fcb 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ - [归并排序](https://github.com/Geekhyt/javascript-leetcode/issues/42) - [快速排序](https://github.com/Geekhyt/javascript-leetcode/issues/43) - [堆排序](https://github.com/Geekhyt/javascript-leetcode/issues/44) -- [剑指 Offer 40. 最小的k个数](https://github.com/Geekhyt/javascript-leetcode/issues/83) +- [剑指 Offer 40. 最小的k个数](https://github.com/Geekhyt/javascript-leetcode/issues/82) ## DFS From 2ac05af6f10c6ed8e4a3f7f90cb749ee4d6a85f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A5=E6=AC=A7=E5=B7=B4?= Date: Fri, 4 Mar 2022 09:20:41 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a8fcb..1f1f5a1 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ - [20. 有效的括号](https://github.com/Geekhyt/javascript-leetcode/issues/21) - [84. 柱状图中最大的矩形](https://github.com/Geekhyt/javascript-leetcode/issues/22) - [155. 最小栈](https://github.com/Geekhyt/javascript-leetcode/issues/23) -- [739. 每日温度](https://github.com/Geekhyt/javascript-leetcode/issues/74) +- [739. 每日温度](https://github.com/Geekhyt/javascript-leetcode/issues/73) - [1047. 删除字符串中的所有相邻重复项](https://github.com/Geekhyt/javascript-leetcode/issues/80) ## 队列