You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.
t->table->itens[sum % t->table->sz].dados = item; //Se Campo estiver vazio
t->table->itens[sum % t->table->sz].prox = NULL;
}
unsigned int peso(unsigned int i, ClosedAdressingHashTable *t){ //realocar vetor para o maior tamanho de i passado
if (++i > t->pesos[0]){ //indice 0 possui como valor o tamanho do vetor - 1 ou, em outras palavras, o índice do último peso. i é incrementado para pular posicao 0