From ccc9bb9548b307abc5f535a7c5eaf1281eb2686d Mon Sep 17 00:00:00 2001 From: pingwen Date: Wed, 8 Jul 2020 14:50:23 +0800 Subject: [PATCH] =?UTF-8?q?LeetCode=E5=88=B7=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article/leetcode/leetcode.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/article/leetcode/leetcode.md b/article/leetcode/leetcode.md index 7c4f135..1398483 100644 --- a/article/leetcode/leetcode.md +++ b/article/leetcode/leetcode.md @@ -20,4 +20,5 @@ LeetCode中的题目按真实面试中的出现频率降序排列。 | 题目 | 思路 | 实现 | | :------------- | :-------------: | :-------------: | [20. 有效的括号](https://leetcode-cn.com/problems/valid-parentheses/) | [辅助栈](https://leetcode-cn.com/problems/valid-parentheses/solution/zhu-bu-fen-xi-tu-jie-zhan-zhan-shi-zui-biao-zhun-d/) | [查看](https://github.com/pwstrick/daily/issues/1012) | -| [496. 下一个更大元素 I](https://leetcode-cn.com/problems/next-greater-element-i/) | [单调栈](https://leetcode-cn.com/problems/next-greater-element-i/solution/xia-yi-ge-geng-da-yuan-su-i-by-leetcode/) | [查看](https://github.com/pwstrick/daily/issues/1013) | \ No newline at end of file +| [496. 下一个更大元素 I](https://leetcode-cn.com/problems/next-greater-element-i/) | [单调栈](https://leetcode-cn.com/problems/next-greater-element-i/solution/xia-yi-ge-geng-da-yuan-su-i-by-leetcode/) | [查看](https://github.com/pwstrick/daily/issues/1013) | +| [682. 棒球比赛](https://leetcode-cn.com/problems/baseball-game/) | [栈](https://leetcode-cn.com/problems/baseball-game/solution/bang-qiu-bi-sai-by-leetcode/) | [查看](https://github.com/pwstrick/daily/issues/1014) | \ No newline at end of file