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 : 「模拟」