mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 20:31:43 +08:00
Documentation for 1772ee06cc
This commit is contained in:
@@ -625,7 +625,7 @@ Here is the call graph for this function:</div>
|
||||
|
||||
<p>Utility function to find the i th element of the list. </p>
|
||||
<dl class="section return"><dt>Returns</dt><dd>the i th element of the list </dd></dl>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 149</span> {</div>
|
||||
<div class="fragment"><div class="line"><span class="lineno"> 149</span> {</div>
|
||||
<div class="line"><span class="lineno"> 150</span> <a class="code hl_class" href="../../db/d8b/struct_node.html">Node</a> *current = head;</div>
|
||||
<div class="line"><span class="lineno"> 151</span> </div>
|
||||
<div class="line"><span class="lineno"> 152</span> <span class="keywordtype">int</span> count = 0;</div>
|
||||
|
||||
Reference in New Issue
Block a user