mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 05:12:40 +08:00
Documentation for d4b54b8294
This commit is contained in:
@@ -101,15 +101,12 @@ $(document).ready(function(){initNavTree('db/d8b/struct_node.html','../../'); in
|
||||
<div class="dynheader">
|
||||
Collaboration diagram for Node:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../df/ddc/struct_node__coll__graph.svg" width="114" height="55"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../df/ddc/struct_node__coll__graph.svg" width="118" height="38"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<center><span class="legend">[<a target="top" href="../../graph_legend.html">legend</a>]</span></center></div>
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:aa7b07e6131a6c2e88c3d47cee4bc10fa"><td class="memItemLeft" align="right" valign="top"><a id="aa7b07e6131a6c2e88c3d47cee4bc10fa"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><b>Node</b> (int val)</td></tr>
|
||||
<tr class="separator:aa7b07e6131a6c2e88c3d47cee4bc10fa"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a66af34de5f6c4d108abd948f341e6470"><td class="memItemLeft" align="right" valign="top"><a id="a66af34de5f6c4d108abd948f341e6470"></a>
|
||||
 </td><td class="memItemRight" valign="bottom"><b>Node</b> (int v, <a class="el" href="../../db/d8b/struct_node.html">Node</a> *n)</td></tr>
|
||||
<tr class="separator:a66af34de5f6c4d108abd948f341e6470"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -122,12 +119,6 @@ int </td><td class="memItemRight" valign="bottom"><b>data</b></td></tr>
|
||||
<tr class="memitem:a80be4538a9184fa43c1dee17641e819b"><td class="memItemLeft" align="right" valign="top"><a id="a80be4538a9184fa43c1dee17641e819b"></a>
|
||||
int </td><td class="memItemRight" valign="bottom"><b>next</b></td></tr>
|
||||
<tr class="separator:a80be4538a9184fa43c1dee17641e819b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab8c667ac8fdb120ed4c031682a9cdaee"><td class="memItemLeft" align="right" valign="top"><a id="ab8c667ac8fdb120ed4c031682a9cdaee"></a>
|
||||
<a class="el" href="../../db/d8b/struct_node.html">Node</a> * </td><td class="memItemRight" valign="bottom"><b>left</b></td></tr>
|
||||
<tr class="separator:ab8c667ac8fdb120ed4c031682a9cdaee"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a7328862eaa6dea28018326549b3294d3"><td class="memItemLeft" align="right" valign="top"><a id="a7328862eaa6dea28018326549b3294d3"></a>
|
||||
<a class="el" href="../../db/d8b/struct_node.html">Node</a> * </td><td class="memItemRight" valign="bottom"><b>right</b></td></tr>
|
||||
<tr class="separator:a7328862eaa6dea28018326549b3294d3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ab1d228a881cf7465b2d42ea135781427"><td class="memItemLeft" align="right" valign="top"><a id="ab1d228a881cf7465b2d42ea135781427"></a>
|
||||
int </td><td class="memItemRight" valign="bottom"><b>val</b></td></tr>
|
||||
<tr class="separator:ab1d228a881cf7465b2d42ea135781427"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -137,7 +128,6 @@ int </td><td class="memItemRight" valign="bottom"><b>val</b></td></tr>
|
||||
</table>
|
||||
<hr/>The documentation for this class was generated from the following files:<ul>
|
||||
<li>data_structures/<a class="el" href="../../d3/dce/linkedlist__implentation__usingarray_8cpp.html">linkedlist_implentation_usingarray.cpp</a></li>
|
||||
<li>dynamic_programming/largestbst_in_binary_tree.cpp</li>
|
||||
<li>operations_on_datastructures/get_size_of_linked_list.cpp</li>
|
||||
</ul>
|
||||
</div><!-- contents -->
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
var struct_node =
|
||||
[
|
||||
[ "Node", "db/d8b/struct_node.html#aa7b07e6131a6c2e88c3d47cee4bc10fa", null ],
|
||||
[ "Node", "db/d8b/struct_node.html#a66af34de5f6c4d108abd948f341e6470", null ],
|
||||
[ "data", "db/d8b/struct_node.html#a87c003c9f600e3fc58e6e90835f0b605", null ],
|
||||
[ "left", "db/d8b/struct_node.html#ab8c667ac8fdb120ed4c031682a9cdaee", null ],
|
||||
[ "next", "db/d8b/struct_node.html#a80be4538a9184fa43c1dee17641e819b", null ],
|
||||
[ "next", "db/d8b/struct_node.html#a2559a716f69ccaa76d648d9f1b83065e", null ],
|
||||
[ "right", "db/d8b/struct_node.html#a7328862eaa6dea28018326549b3294d3", null ],
|
||||
[ "val", "db/d8b/struct_node.html#ab1d228a881cf7465b2d42ea135781427", null ]
|
||||
];
|
||||
@@ -1,7 +1,7 @@
|
||||
<map id="hash_chain" name="hash_chain">
|
||||
<area shape="rect" id="node1" title="Chain class with a given modulus." alt="" coords="53,332,141,359"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="5,163,160,204"/>
|
||||
<area shape="rect" id="node3" href="$db/d8b/struct_node.html" title=" " alt="" coords="85,14,139,41"/>
|
||||
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="126,112,290,139"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="130,228,291,269"/>
|
||||
<area shape="rect" id="node1" title="Chain class with a given modulus." alt="" coords="53,315,141,341"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="5,145,160,187"/>
|
||||
<area shape="rect" id="node3" href="$db/d8b/struct_node.html" title=" " alt="" coords="85,5,139,32"/>
|
||||
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="126,95,290,121"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="130,211,291,252"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
29c8e33b472ce0f881e498469a6e0102
|
||||
719e3e0bc1ab9d3e0bacde59b97efd3d
|
||||
@@ -4,11 +4,11 @@
|
||||
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
|
||||
-->
|
||||
<!-- Title: hash_chain Pages: 1 -->
|
||||
<svg width="223pt" height="273pt"
|
||||
viewBox="0.00 0.00 222.50 273.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 269)">
|
||||
<svg width="223pt" height="260pt"
|
||||
viewBox="0.00 0.00 222.50 260.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 256)">
|
||||
<title>hash_chain</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-269 218.5,-269 218.5,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-256 218.5,-256 218.5,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
@@ -39,26 +39,24 @@
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:href="../../db/d8b/struct_node.html" target="_top" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="60,-239 60,-258 100,-258 100,-239 60,-239"/>
|
||||
<text text-anchor="middle" x="80" y="-246" font-family="Helvetica,sans-Serif" font-size="10.00">Node</text>
|
||||
<polygon fill="white" stroke="black" points="60,-232.5 60,-251.5 100,-251.5 100,-232.5 60,-232.5"/>
|
||||
<text text-anchor="middle" x="80" y="-239.5" font-family="Helvetica,sans-Serif" font-size="10.00">Node</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M76.47,-229.02C72.09,-206.15 64.73,-167.66 60.75,-146.87"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="73.03,-229.69 78.35,-238.86 79.91,-228.38 73.03,-229.69"/>
|
||||
<text text-anchor="middle" x="81.5" y="-206" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M76.28,-222.66C71.93,-201.21 64.82,-166.15 60.87,-146.67"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="72.86,-223.38 78.27,-232.49 79.72,-221.99 72.86,-223.38"/>
|
||||
<text text-anchor="middle" x="82.5" y="-206" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
|
||||
</g>
|
||||
<!-- Node3->Node3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node3->Node3</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M110.42,-255.3C114.94,-254.24 118,-251.98 118,-248.5 118,-242.8 109.76,-240.35 100.33,-241.15"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="110.12,-251.81 100.33,-255.85 110.5,-258.8 110.12,-251.81"/>
|
||||
<text text-anchor="middle" x="127.5" y="-257" font-family="Helvetica,sans-Serif" font-size="10.00"> left</text>
|
||||
<text text-anchor="middle" x="127.5" y="-246" font-family="Helvetica,sans-Serif" font-size="10.00">next</text>
|
||||
<text text-anchor="middle" x="127.5" y="-235" font-family="Helvetica,sans-Serif" font-size="10.00">right</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M110.42,-247.44C114.94,-246.59 118,-244.78 118,-242 118,-237.44 109.76,-235.48 100.33,-236.12"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="110.17,-243.95 100.33,-247.88 110.47,-250.94 110.17,-243.95"/>
|
||||
<text text-anchor="middle" x="129" y="-239.5" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
@@ -72,9 +70,9 @@
|
||||
<!-- Node3->Node5 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>Node3->Node5</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M96.14,-231.47C110.65,-217.07 131.4,-196.45 143.1,-184.84"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="93.46,-229.2 88.83,-238.73 98.39,-234.17 93.46,-229.2"/>
|
||||
<text text-anchor="middle" x="131.5" y="-206" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M97.33,-225.36C111.48,-212.58 130.96,-194.99 142.44,-184.63"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="94.79,-222.93 89.71,-232.23 99.48,-228.13 94.79,-222.93"/>
|
||||
<text text-anchor="middle" x="127.5" y="-206" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
|
||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.5 KiB |
Reference in New Issue
Block a user