Skip to content

Commit 21aaa7b

Browse files
Merge pull request SharingSource#95 from SharingSource/ac_oier
✨Update: Modify 551
2 parents e727ba5 + a7c7f52 commit 21aaa7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LeetCode/551-560/551. 学生出勤记录 I(简单).md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Tag : 「模拟」
3636
* 1 <= s.length <= 1000
3737
* s[i] 为 'A'、'L' 或 'P'
3838

39-
4039
---
4140

4241
### 模拟
@@ -71,6 +70,8 @@ class Solution {
7170
* 时间复杂度:$O(n)$
7271
* 空间复杂度:使用 `charAt` 代替 `toCharArray` 的话为 $O(1)$,否则为 $O(n)$
7372

73+
---
74+
7475
### 最后
7576

7677
这是我们「刷穿 LeetCode」系列文章的第 `No.551` 篇,系列开始于 2021/01/01,截止于起始日 LeetCode 上共有 1916 道题目,部分是有锁题,我们将先把所有不带锁的题目刷完。

0 commit comments

Comments
 (0)