mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 21:32:09 +08:00
46 lines
2.1 KiB
XML
46 lines
2.1 KiB
XML
<?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 2.44.1 (20200629.0846)
|
|
-->
|
|
<!-- Title: list Pages: 1 -->
|
|
<svg width="114pt" height="95pt"
|
|
viewBox="0.00 0.00 114.00 95.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 91)">
|
|
<title>list</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 110,-91 110,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#bfbfbf" stroke="black" points="37,-0.5 37,-19.5 66,-19.5 66,-0.5 37,-0.5"/>
|
|
<text text-anchor="middle" x="51.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">list</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M76.55,-15.63C80.94,-14.88 84,-13.01 84,-10 84,-4.94 75.32,-3.08 66.21,-4.42"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="76.22,-12.13 66.21,-15.58 76.19,-19.13 76.22,-12.13"/>
|
|
<text text-anchor="middle" x="95" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="0,-67.5 0,-86.5 103,-86.5 103,-67.5 0,-67.5"/>
|
|
<text text-anchor="middle" x="51.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::array< int, 50 ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M51.5,-57.04C51.5,-44.67 51.5,-29.12 51.5,-19.63"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="48,-57.23 51.5,-67.23 55,-57.23 48,-57.23"/>
|
|
<text text-anchor="middle" x="62.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> data</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|