User profile: mx760

User info
User name:mx760
History
Joined:
Number of posts:201
Latest posts:

Help with linked lists
a linked list is a collection of individual items called nodes, which has data and at least one poin...

hash table data structure
I was immature about my comment and it has been reported (by myself) and is removed. I apologize to ...

hash table data structure
I'm building a simple hash table using division method with size as divisor (ie. key % size ) with s...

Building simple hash table
I tried to code the bool is_duplicate function in main and it works, so why would the same code not ...

Building simple hash table
I'm just experimenting with hash tables since I never build them before, but I'll keep that in mind ...