TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
list Struct Reference
Collaboration diagram for list:
[legend]

Public Attributes

int key
 key value for node
 
struct listnext
 pointer to next link in the chain
 

Detailed Description

a one-way linked list

Definition at line 29 of file hash_search.cpp.

Member Data Documentation

◆ key

int list::key

key value for node

Definition at line 30 of file hash_search.cpp.

◆ next

struct list* list::next

pointer to next link in the chain

Definition at line 31 of file hash_search.cpp.


The documentation for this struct was generated from the following file: