mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 05:42:59 +08:00
81 lines
4.2 KiB
XML
81 lines
4.2 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.50.0 (20211204.2007)
|
|
-->
|
|
<!-- Title: Solution Pages: 1 -->
|
|
<svg width="331pt" height="184pt"
|
|
viewBox="0.00 0.00 330.50 184.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 180)">
|
|
<title>Solution</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-180 326.5,-180 326.5,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="120,-0.5 120,-19.5 172,-19.5 172,-0.5 120,-0.5"/>
|
|
<text text-anchor="middle" x="146" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">Solution</text>
|
|
</a>
|
|
</g>
|
|
</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/vector" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="86.5,-78.5 86.5,-108.5 205.5,-108.5 205.5,-78.5 86.5,-78.5"/>
|
|
<text text-anchor="start" x="94.5" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< std::vector</text>
|
|
<text text-anchor="middle" x="146" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">< int > ></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="M146,-68.25C146,-51.78 146,-30.99 146,-19.54"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="142.5,-68.3 146,-78.3 149.5,-68.3 142.5,-68.3"/>
|
|
<text text-anchor="middle" x="161" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> bridge</text>
|
|
<text text-anchor="middle" x="161" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">graph</text>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="0,-156.5 0,-175.5 92,-175.5 92,-156.5 0,-156.5"/>
|
|
<text text-anchor="middle" x="46" y="-163.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< int ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node3->Node1 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node3->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M38.89,-146.59C32.96,-128.07 27.22,-99.28 39,-78 56.09,-47.13 94.01,-28.59 119.79,-19.08"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="35.64,-147.91 42.26,-156.18 42.24,-145.58 35.64,-147.91"/>
|
|
<text text-anchor="middle" x="58" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00"> in_time</text>
|
|
<text text-anchor="middle" x="58" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">out_time</text>
|
|
</g>
|
|
<!-- Node3->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node3->Node2</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M66.62,-150.47C84.03,-138.19 108.81,-120.72 126.03,-108.58"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="64.42,-147.73 58.26,-156.36 68.45,-153.45 64.42,-147.73"/>
|
|
<text text-anchor="middle" x="120.5" y="-130" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="223.5,-84 223.5,-103 322.5,-103 322.5,-84 223.5,-84"/>
|
|
<text text-anchor="middle" x="273" y="-91" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< bool ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node4->Node1 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node4->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M250.85,-78.28C224.48,-61.37 181.3,-33.65 159.49,-19.66"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="249.1,-81.32 259.41,-83.78 252.88,-75.43 249.1,-81.32"/>
|
|
<text text-anchor="middle" x="236" y="-46.5" font-family="Helvetica,sans-Serif" font-size="10.00"> visited</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|