Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
Public Attributes | |
int | data [50] |
int | top = 0 |
bool | isSorted = false |
int | key |
key value for node | |
struct list * | next |
pointer to next link in the chain | |
a one-way linked list