update
This commit is contained in:
parent
a5cf3e5932
commit
59ea9c7c08
|
|
@ -12,7 +12,7 @@ public class Hash {
|
|||
this.m2 = m2;
|
||||
this.m = m1 + m2;
|
||||
this.tabela = new int [this.m];
|
||||
for(int i = 0; i < m; i++){
|
||||
for(int i = 0; i < m1; i++){
|
||||
tabela[i] = NULO;
|
||||
}
|
||||
reserva = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue