Documentation for af6de4b7d4

This commit is contained in:
github-actions 2020-10-01 13:35:56 +00:00
parent c755b19484
commit 9ef73c8b25

View File

@ -156,7 +156,8 @@ char&#160;</td><td class="memItemRight" valign="bottom"><b>data</b></td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="../../db/d8b/struct_node.html" title="Node, the basic data structure of the tree.">Node</a>, the basic data structure in the tree. </p>
<p>Kyler Smith, 2017 <a class="el" href="../../dd/d10/struct_stack.html">Stack</a> data structure implementation. </p>
<p>Kyler Smith, 2017 <a class="el" href="../../dd/d10/struct_stack.html">Stack</a> data structure implementation.</p>
<p>creating a stucture with 'data'(type:int), two pointers 'next','pre' (type: struct node) . </p>
</div><hr/>The documentation for this struct was generated from the following files:<ul>
<li>data_structures/binary_trees/<a class="el" href="../../da/d02/binary__search__tree_8c.html">binary_search_tree.c</a></li>
<li>data_structures/binary_trees/create_node.c</li>