We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa152cf commit 4e52a54Copy full SHA for 4e52a54
.vscode/settings.json
@@ -3,5 +3,6 @@
3
"vector": "cpp",
4
"iostream": "cpp",
5
"ostream": "cpp"
6
- }
+ },
7
+ "C_Cpp.errorSquiggles": "Disabled"
8
}
Hashing/Revision2/a.out
-39.4 KB
Hashing/Revision2/chaining.cpp
@@ -30,7 +30,7 @@ class myHash{
30
for(auto x: table[i]){
31
if(x== key)return true;
32
33
- return false;
+ return false;
34
35
36
0 commit comments