Skip to content

Commit

Permalink
Update CheckArrayEquality.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
WaderManasi authored Sep 24, 2020
1 parent cd07cd1 commit a868325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tricky_Problems/CheckArrayEquality.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <bits/stdc++.h>
#include<algorithm>

using namespace std;
bool check(long long int arr[],long long brr[],long long int n)
{
Expand Down Expand Up @@ -40,4 +39,4 @@ int main() {
cout<<"0\n";
}
return 0;
}
}

0 comments on commit a868325

Please sign in to comment.