Skip to content

Commit eb34d32

Browse files
Merge pull request #349 from gulshanyadav01/gulshan
Gulshan
2 parents 30b1ada + fcc4fa4 commit eb34d32

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)