diff --git a/d5/da1/structnode.html b/d5/da1/structnode.html index e7e7cd1f..e7ceea71 100644 --- a/d5/da1/structnode.html +++ b/d5/da1/structnode.html @@ -156,7 +156,8 @@ char data

Detailed Description

Node, the basic data structure in the tree.

-

Kyler Smith, 2017 Stack data structure implementation.

+

Kyler Smith, 2017 Stack data structure implementation.

+

creating a stucture with 'data'(type:int), two pointers 'next','pre' (type: struct node) .


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