Skip to content

Commit c5bb52f

Browse files
authored
Update heozeop.cpp
1 parent 9ff9dda commit c5bb52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

counting-bits/heozeop.cpp

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

44
class Solution {

0 commit comments

Comments
 (0)