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 755ef07 commit 1ba8c56Copy full SHA for 1ba8c56
two-sum/heozeop.cpp
@@ -1,5 +1,5 @@
1
// Time Complexity: O(nlogn)
2
-// Spatial Complexity: O(nlogn)
+// Spatial Complexity: O(n)
3
4
class Solution {
5
public:
0 commit comments