Skip to content

Commit f6c0490

Browse files
committed
fix: docs
1 parent 6f8e0e5 commit f6c0490

File tree

1 file changed

+1
-1
lines changed
  • solution/2300-2399/2364.Count Number of Bad Pairs

1 file changed

+1
-1
lines changed

solution/2300-2399/2364.Count Number of Bad Pairs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tags:
7171

7272
最后,我们返回答案即可。
7373

74-
时间复杂度 $O(n)$,空间复杂度 $O(n)$。其中 $n$ 为数组 $\textit{nums} 的长度。
74+
时间复杂度 $O(n)$,空间复杂度 $O(n)$。其中 $n$ 为数组 $\textit{nums}$ 的长度。
7575

7676
<!-- tabs:start -->
7777

0 commit comments

Comments
 (0)