Skip to content

Commit 30b1ada

Browse files
Merge pull request #348 from gulshanyadav01/gulshan
chaining has been done
2 parents 3383153 + e31fd7e commit 30b1ada

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)