Skip to content

Commit 7e8faf7

Browse files
Merge pull request #350 from gulshanyadav01/gulshan
yet to come
2 parents eb34d32 + 73d6f92 commit 7e8faf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hashing/Revision2/chaining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class myHash{
3030
for(auto x: table[i]){
3131
if(x== key)return true;
3232
}
33-
return false;
33+
return false
3434
}
3535

3636

0 commit comments

Comments
 (0)