From d3a7ba278cf32b9104ecc5a501d8df82cb094d59 Mon Sep 17 00:00:00 2001 From: AC_Oier Date: Thu, 21 Apr 2022 09:23:34 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feat:=20Add=20824?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Index/\346\250\241\346\213\237.md" | 1 + ...\226\207\357\274\210\347\256\200\345\215\225\357\274\211.md" | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git "a/Index/\346\250\241\346\213\237.md" "b/Index/\346\250\241\346\213\237.md" index b1f83f9a..b7acb766 100644 --- "a/Index/\346\250\241\346\213\237.md" +++ "b/Index/\346\250\241\346\213\237.md" @@ -92,6 +92,7 @@ | [806. 写字符串需要的行数](https://leetcode-cn.com/problems/number-of-lines-to-write-string/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/number-of-lines-to-write-string/solution/by-ac_oier-5hg2/) | 简单 | 🤩🤩🤩🤩 | | [819. 最常见的单词](https://leetcode-cn.com/problems/most-common-word/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/most-common-word/solution/by-ac_oier-6aqd/) | 简单 | 🤩🤩🤩🤩 | | [821. 字符的最短距离](https://leetcode-cn.com/problems/shortest-distance-to-a-character/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/shortest-distance-to-a-character/solution/by-ac_oier-5bjs/) | 简单 | 🤩🤩🤩🤩 | +| [824. 山羊拉丁文](https://leetcode-cn.com/problems/goat-latin/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/goat-latin/solution/by-ac_oier-t7hj/) | 简单 | 🤩🤩🤩🤩 | | [846. 一手顺子](https://leetcode-cn.com/problems/hand-of-straights/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/hand-of-straights/solution/gong-shui-san-xie-shu-ju-jie-gou-mo-ni-t-4hxw/) | 中等 | 🤩🤩🤩 | | [859. 亲密字符串](https://leetcode-cn.com/problems/buddy-strings/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/buddy-strings/solution/gong-shui-san-xie-jian-dan-zi-fu-chuan-m-q056/) | 简单 | 🤩🤩🤩🤩🤩 | | [867. 转置矩阵](https://leetcode-cn.com/problems/transpose-matrix/) | [LeetCode 题解链接](https://leetcode-cn.com/problems/transpose-matrix/solution/yi-you-wei-jin-huo-xu-ni-neng-kan-kan-zh-m53m/) | 简单 | 🤩🤩🤩🤩 | diff --git "a/LeetCode/821-830/824. \345\261\261\347\276\212\346\213\211\344\270\201\346\226\207\357\274\210\347\256\200\345\215\225\357\274\211.md" "b/LeetCode/821-830/824. \345\261\261\347\276\212\346\213\211\344\270\201\346\226\207\357\274\210\347\256\200\345\215\225\357\274\211.md" index 8747de80..d2f6c938 100644 --- "a/LeetCode/821-830/824. \345\261\261\347\276\212\346\213\211\344\270\201\346\226\207\357\274\210\347\256\200\345\215\225\357\274\211.md" +++ "b/LeetCode/821-830/824. \345\261\261\347\276\212\346\213\211\344\270\201\346\226\207\357\274\210\347\256\200\345\215\225\357\274\211.md" @@ -1,6 +1,6 @@ ### 题目描述 -这是 LeetCode 上的 **[824. 山羊拉丁文]()** ,难度为 **简单**。 +这是 LeetCode 上的 **[824. 山羊拉丁文](https://leetcode-cn.com/problems/goat-latin/solution/by-ac_oier-t7hj/)** ,难度为 **简单**。 Tag : 「模拟」