Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
node Struct Reference

Kyler Smith, 2017 Stack data structure implementation. More...

Collaboration diagram for node:
[legend]

Data Fields

struct nodeleft
 
struct noderight
 
int data
 
struct nodeleftNode
 
struct noderightNode
 
int val
 
struct nodepar
 
int color
 
int vertex
 
struct nodenext
 
int info
 
struct nodelink
 
struct nodepre
 
char data
 

Detailed Description

Kyler Smith, 2017 Stack data structure implementation.


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