mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-08 01:34:07 +03:00
Documentation for d3bb124b90f3f7aaa404ea1e59d21d6e667d64b7
This commit is contained in:
parent
9ef73c8b25
commit
40c4fa5a1d
@ -157,6 +157,7 @@ char </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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user