We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8e0e5 commit f6c0490Copy full SHA for f6c0490
solution/2300-2399/2364.Count Number of Bad Pairs/README.md
@@ -71,7 +71,7 @@ tags:
71
72
最后,我们返回答案即可。
73
74
-时间复杂度 $O(n)$,空间复杂度 $O(n)$。其中 $n$ 为数组 $\textit{nums} 的长度。
+时间复杂度 $O(n)$,空间复杂度 $O(n)$。其中 $n$ 为数组 $\textit{nums}$ 的长度。
75
76
<!-- tabs:start -->
77
0 commit comments