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 bf6e98f commit 31bab47Copy full SHA for 31bab47
javascript/17_hashmap/HashTable.html
@@ -22,7 +22,7 @@
22
hash+=key.charCodeAt(i);
23
}
24
//为了得到比较小的数值,我们会用hash和任意数除余
25
- return hash%30;
+ return hash%37;
26
27
//向散列表增加一个新的项
28
put(key,value){
0 commit comments