TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
Public Attributes | |
int | key |
key value for node | |
struct list * | next |
pointer to next link in the chain | |
a one-way linked list
Definition at line 29 of file hash_search.cpp.
int list::key |
key value for node
Definition at line 30 of file hash_search.cpp.
struct list* list::next |
pointer to next link in the chain
Definition at line 31 of file hash_search.cpp.