From 047eb1f042479ea72494cc8bc4f85f320216a188 Mon Sep 17 00:00:00 2001 From: AC_Oier Date: Thu, 15 Sep 2022 11:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feat:=20add=20672?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Index/\346\211\276\350\247\204\345\276\213.md" | 1 + ...\205\241\357\274\210\344\270\255\347\255\211\357\274\211.md" | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git "a/Index/\346\211\276\350\247\204\345\276\213.md" "b/Index/\346\211\276\350\247\204\345\276\213.md" index fd64db94..d54e7df2 100644 --- "a/Index/\346\211\276\350\247\204\345\276\213.md" +++ "b/Index/\346\211\276\350\247\204\345\276\213.md" @@ -4,4 +4,5 @@ | [419. 甲板上的战舰](https://leetcode-cn.com/problems/battleships-in-a-board/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/battleships-in-a-board/solution/gong-shui-san-xie-ji-chong-sao-miao-xian-trmc/) | 中等 | 🤩🤩🤩🤩 | | [423. 从英文中重建数字](https://leetcode-cn.com/problems/reconstruct-original-digits-from-english/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/reconstruct-original-digits-from-english/solution/gong-shui-san-xie-nao-jin-ji-zhuan-wan-m-vg7a/) | 中等 | 🤩🤩🤩🤩 | | [440. 字典序的第K小数字](https://leetcode-cn.com/problems/k-th-smallest-in-lexicographical-order/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/k-th-smallest-in-lexicographical-order/solution/by-ac_oier-m3zl/) | 困难 | 🤩🤩🤩 | +| [672. 灯泡开关 Ⅱ](https://leetcode.cn/problems/bulb-switcher-ii/) | [LeetCode 题解链接](https://leetcode.cn/problems/bulb-switcher-ii/solution/by-ac_oier-3ttx/) | 中等 | 🤩🤩🤩🤩🤩 | diff --git "a/LeetCode/671-680/672. \347\201\257\346\263\241\345\274\200\345\205\263 \342\205\241\357\274\210\344\270\255\347\255\211\357\274\211.md" "b/LeetCode/671-680/672. \347\201\257\346\263\241\345\274\200\345\205\263 \342\205\241\357\274\210\344\270\255\347\255\211\357\274\211.md" index 5c823dc3..7e7949f9 100644 --- "a/LeetCode/671-680/672. \347\201\257\346\263\241\345\274\200\345\205\263 \342\205\241\357\274\210\344\270\255\347\255\211\357\274\211.md" +++ "b/LeetCode/671-680/672. \347\201\257\346\263\241\345\274\200\345\205\263 \342\205\241\357\274\210\344\270\255\347\255\211\357\274\211.md" @@ -2,7 +2,7 @@ 这是 LeetCode 上的 **[672. 灯泡开关 Ⅱ](https://leetcode.cn/problems/bulb-switcher-ii/solution/by-ac_oier-3ttx/)** ,难度为 **中等**。 -Tag : 「脑筋急转弯」 +Tag : 「脑筋急转弯」、「找规律」