Skip to content

Commit 4aad6ff

Browse files
committed
fix add comment at contains duplicate
1 parent f01aeb3 commit 4aad6ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contains-duplicate/dylan-jung.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// TC: O(N), SC: O(N)
2+
13
class Solution {
24
public:
35
bool containsDuplicate(vector<int>& nums) {

0 commit comments

Comments
 (0)