mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 16:51:57 +08:00
74 lines
3.7 KiB
XML
74 lines
3.7 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: Graph Pages: 1 -->
|
|
<svg width="196pt" height="195pt"
|
|
viewBox="0.00 0.00 196.00 195.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 191)">
|
|
<title>Graph</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-191 192,-191 192,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 80,-19.5 80,-0.5 37,-0.5"/>
|
|
<text text-anchor="middle" x="58.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">Graph</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../d7/d77/class_edge.html" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="0,-78.5 0,-97.5 39,-97.5 39,-78.5 0,-78.5"/>
|
|
<text text-anchor="middle" x="19.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">Edge</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="M28.67,-69.12C36.68,-53.53 47.94,-31.59 54.08,-19.62"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="25.43,-67.79 23.97,-78.28 31.65,-70.98 25.43,-67.79"/>
|
|
<text text-anchor="middle" x="58.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> edges</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/map.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="57,-67.5 57,-108.5 188,-108.5 188,-67.5 57,-67.5"/>
|
|
<text text-anchor="start" x="65" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::map< unsigned</text>
|
|
<text text-anchor="start" x="65" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00"> int, std::vector< unsigned</text>
|
|
<text text-anchor="middle" x="122.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00"> int > ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node3->Node1 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node3->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M99.29,-59.44C87.43,-45.35 73.82,-29.19 65.7,-19.55"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="96.9,-62.03 106.02,-67.43 102.25,-57.52 96.9,-62.03"/>
|
|
<text text-anchor="middle" x="113.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> m_adjList</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.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="67,-156.5 67,-186.5 178,-186.5 178,-156.5 67,-156.5"/>
|
|
<text text-anchor="start" x="75" y="-174.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< unsigned</text>
|
|
<text text-anchor="middle" x="122.5" y="-163.5" font-family="Helvetica,sans-Serif" font-size="10.00"> int ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node4->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node4->Node3</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M122.5,-146.07C122.5,-134.06 122.5,-119.79 122.5,-108.53"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="119,-146.3 122.5,-156.3 126,-146.3 119,-146.3"/>
|
|
<text text-anchor="middle" x="144" y="-130" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|