mirror of
https://github.com/TheAlgorithms/C
synced 2025-01-06 01:52:00 +03:00
Documentation for af6de4b7d4
This commit is contained in:
parent
c755b19484
commit
9ef73c8b25
@ -156,7 +156,8 @@ char </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>
|
||||
|
Loading…
Reference in New Issue
Block a user