Skip to content

Commit 08c9ee3

Browse files
Jeehay28Jeehay28
authored andcommitted
Fix incorrect comments
1 parent 31d10eb commit 08c9ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product-of-array-except-self/Jeehay28.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Approach 2
22
// 🗓️ 2025-04-08
3-
// ⏳ Time Complexity: O(n + n + n) = O(n)
3+
// ⏳ Time Complexity: O(n + n) = O(n)
44
// 💾 Space Complexity: O(1)
55
// result: required output → not counted
66
// before, after: two scalar variables → O(1)

0 commit comments

Comments
 (0)