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
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) .