mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-30 13:33:58 +08:00
Documentation for f1eddf4d65
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<map id="data_structures::Stack< T >" name="data_structures::Stack< T >">
|
||||
<area shape="rect" id="Node000001" title="Class representation of a stack." alt="" coords="5,183,191,208"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="26,94,170,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="101,135,101,182,95,182,95,135"/>
|
||||
<area shape="rect" id="Node000001" title="Class representation of a stack." alt="" coords="5,199,191,224"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="26,102,170,128"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="101,143,101,198,95,198,95,143"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="79,5,117,31"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="101,47,101,94,95,94,95,47"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="101,46,101,101,95,101,95,46"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
e9cea5c7b8886882188820b752112f7c
|
||||
282f47db61d61b20da1c48dc0aca2391
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
<!-- Generated by graphviz version 13.0.1 (20250615.1724)
|
||||
-->
|
||||
<!-- Title: data_structures::Stack< T > Pages: 1 -->
|
||||
<svg width="147pt" height="160pt"
|
||||
viewBox="0.00 0.00 147.00 160.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="147pt" height="172pt"
|
||||
viewBox="0.00 0.00 147.00 172.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
||||
|
||||
@@ -17,14 +17,14 @@
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 156.25)">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 168.25)">
|
||||
<title>data_structures::Stack< T ></title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Class representation of a stack.">
|
||||
<polygon fill="#999999" stroke="#666666" points="139,-19.25 0,-19.25 0,0 139,0 139,-19.25"/>
|
||||
<text text-anchor="middle" x="69.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Stack< T ></text>
|
||||
<text xml:space="preserve" text-anchor="middle" x="69.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Stack< T ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -32,8 +32,8 @@
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="123.25,-85.75 15.75,-85.75 15.75,-66.5 123.25,-66.5 123.25,-85.75"/>
|
||||
<text text-anchor="middle" x="69.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr< T[]></text>
|
||||
<polygon fill="white" stroke="#666666" points="123.25,-91.75 15.75,-91.75 15.75,-72.5 123.25,-72.5 123.25,-91.75"/>
|
||||
<text xml:space="preserve" text-anchor="middle" x="69.5" y="-78.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr< T[]></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -41,18 +41,18 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.5,-54.65C69.5,-42.82 69.5,-28.54 69.5,-19.52"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66,-54.64 69.5,-64.64 73,-54.64 66,-54.64"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.5,-61.05C69.5,-47.44 69.5,-30.1 69.5,-19.7"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66,-60.68 69.5,-70.68 73,-60.68 66,-60.68"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="83" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> stack</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="72.5" y="-42" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">stack</text>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="83.9,-152.25 55.1,-152.25 55.1,-133 83.9,-133 83.9,-152.25"/>
|
||||
<text text-anchor="middle" x="69.5" y="-138.75" font-family="Helvetica,sans-Serif" font-size="10.00">T</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="83.9,-164.25 55.1,-164.25 55.1,-145 83.9,-145 83.9,-164.25"/>
|
||||
<text xml:space="preserve" text-anchor="middle" x="69.5" y="-150.75" font-family="Helvetica,sans-Serif" font-size="10.00">T</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -60,11 +60,11 @@
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.5,-121.15C69.5,-109.32 69.5,-95.04 69.5,-86.02"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66,-121.14 69.5,-131.14 73,-121.14 66,-121.14"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.5,-133.55C69.5,-119.94 69.5,-102.6 69.5,-92.2"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66,-133.18 69.5,-143.18 73,-133.18 66,-133.18"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="76.62" y="-105.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> ptr</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="72.5" y="-114.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">ptr</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
<!-- Generated by graphviz version 13.0.1 (20250615.1724)
|
||||
-->
|
||||
<!-- Title: data_structures::Stack< T > Pages: 1 -->
|
||||
<svg width="147pt" height="160pt"
|
||||
viewBox="0.00 0.00 147.00 160.25" 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 156.25)">
|
||||
<svg width="147pt" height="172pt"
|
||||
viewBox="0.00 0.00 147.00 172.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 168.25)">
|
||||
<title>data_structures::Stack< T ></title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Class representation of a stack.">
|
||||
<polygon fill="#999999" stroke="#666666" points="139,-19.25 0,-19.25 0,0 139,0 139,-19.25"/>
|
||||
<text text-anchor="middle" x="69.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Stack< T ></text>
|
||||
<text xml:space="preserve" text-anchor="middle" x="69.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Stack< T ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,8 +21,8 @@
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="123.25,-85.75 15.75,-85.75 15.75,-66.5 123.25,-66.5 123.25,-85.75"/>
|
||||
<text text-anchor="middle" x="69.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr< T[]></text>
|
||||
<polygon fill="white" stroke="#666666" points="123.25,-91.75 15.75,-91.75 15.75,-72.5 123.25,-72.5 123.25,-91.75"/>
|
||||
<text xml:space="preserve" text-anchor="middle" x="69.5" y="-78.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::unique_ptr< T[]></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -30,18 +30,18 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.5,-54.65C69.5,-42.82 69.5,-28.54 69.5,-19.52"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66,-54.64 69.5,-64.64 73,-54.64 66,-54.64"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.5,-61.05C69.5,-47.44 69.5,-30.1 69.5,-19.7"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66,-60.68 69.5,-70.68 73,-60.68 66,-60.68"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="83" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> stack</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="72.5" y="-42" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">stack</text>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="83.9,-152.25 55.1,-152.25 55.1,-133 83.9,-133 83.9,-152.25"/>
|
||||
<text text-anchor="middle" x="69.5" y="-138.75" font-family="Helvetica,sans-Serif" font-size="10.00">T</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="83.9,-164.25 55.1,-164.25 55.1,-145 83.9,-145 83.9,-164.25"/>
|
||||
<text xml:space="preserve" text-anchor="middle" x="69.5" y="-150.75" font-family="Helvetica,sans-Serif" font-size="10.00">T</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,11 +49,11 @@
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.5,-121.15C69.5,-109.32 69.5,-95.04 69.5,-86.02"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66,-121.14 69.5,-131.14 73,-121.14 66,-121.14"/>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M69.5,-133.55C69.5,-119.94 69.5,-102.6 69.5,-92.2"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="66,-133.18 69.5,-143.18 73,-133.18 66,-133.18"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="76.62" y="-105.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> ptr</text>
|
||||
<text xml:space="preserve" text-anchor="start" x="72.5" y="-114.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">ptr</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user