Skip to content

Commit 3383153

Browse files
Merge pull request #347 from gulshanyadav01/gulshan
yet to come
2 parents cdb080f + 4e52a54 commit 3383153

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"vector": "cpp",
44
"iostream": "cpp",
55
"ostream": "cpp"
6-
}
6+
},
7+
"C_Cpp.errorSquiggles": "Disabled"
78
}

Hashing/Revision2/a.out

-39.4 KB
Binary file not shown.

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)