Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

hashtables are shit

Name: Anonymous 2013-06-14 23:07

Why doesn't my hashtable work
also look i made somethign with C
http://pastebin.com/1a2kq4nF

Name: Anonymous 2013-06-15 7:09

int
hashtable_linearprobe
(
        int n
)
{
        return n+1;
}
 
int
hashtable_quadraticprobe
(
        int n
)
{
        return n*n;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List