My Project
|
Data Fields | |
struct node * | next |
int | hash |
symbol_t | symbol |
defines data structure used to store nodes in hash table
int node::hash |
hash value - makes searching faster
struct node* node::next |
linked list of symbols at same index
symbol_t node::symbol |
the data the user is interested in