Skip to content

Commit 49876ae

Browse files
author
Sungwook Choi
committed
contains-duplicate solution
1 parent 3538957 commit 49876ae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

contains-duplicate/csucom.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//#include <stdio.h>
21
#include <malloc.h>
32
#include <string.h>
43

@@ -30,7 +29,4 @@ bool containsDuplicate(int* nums, int numsSize) {
3029
return false;
3130
}
3231

33-
// void main(void) {
34-
// int test[100001] = {0};
35-
// printf("%d\n", containsDuplicate(test, 1));
36-
// }
32+

0 commit comments

Comments
 (0)