Skip to content

Commit ad05e3a

Browse files
committed
Elements Pair with Given Sum Using Hashing
1 parent 2908a52 commit ad05e3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pair_with_given_sum_hashing.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ bool findPairs(int A[], int N, int s)
1717
return r;
1818
}
1919

20-
/* Driver program to test abaove function */
2120
int main()
2221
{
2322
int A[200], N, i, s;

0 commit comments

Comments
 (0)