Skip to content

Commit 1ba8c56

Browse files
authored
Update heozeop.cpp
1 parent 755ef07 commit 1ba8c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/heozeop.cpp

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

44
class Solution {
55
public:

0 commit comments

Comments
 (0)