Documentation for d3bb124b90f3f7aaa404ea1e59d21d6e667d64b7

This commit is contained in:
github-actions 2020-10-01 17:22:39 +00:00
parent 9ef73c8b25
commit 40c4fa5a1d

View File

@ -157,6 +157,7 @@ char&#160;</td><td class="memItemRight" valign="bottom"><b>data</b></td></tr>
<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>Defining the structure of the node which contains 'data' (type : integer), two pointers 'next' and 'pre' (type : struct node).</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>