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 442bba8 commit ae6f7dfCopy full SHA for ae6f7df
C++/check-if-it-is-a-good-array.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(nlogn)
+// Time: O(n)
2
// Space: O(1)
3
4
class Solution {
0 commit comments