TABLENGTH
table = (struct node **)alloc(TABLENGTH * sizeof(struct node *));
for (j=0; j < TABLENGTH; ++j)