Skip to content

Commit

Permalink
Update heozeop.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
heozeop authored Aug 25, 2024
1 parent 9ff9dda commit c5bb52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counting-bits/heozeop.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Time Complexity: O(n^2)
// Time Complexity: O(nlogn)
// Spatial Complexity: O(n)

class Solution {
Expand Down

0 comments on commit c5bb52f

Please sign in to comment.