Skip to content

Commit ae6f7df

Browse files
authored
Update check-if-it-is-a-good-array.cpp
1 parent 442bba8 commit ae6f7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/check-if-it-is-a-good-array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(nlogn)
1+
// Time: O(n)
22
// Space: O(1)
33

44
class Solution {

0 commit comments

Comments
 (0)