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 ac0f651 commit fcc4fa4Copy full SHA for fcc4fa4
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