mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 12:52:48 +08:00
83 lines
3.5 KiB
XML
83 lines
3.5 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.49.1 (20210923.0004)
|
|
-->
|
|
<!-- Title: graph/connected_components.cpp Pages: 1 -->
|
|
<svg width="269pt" height="84pt"
|
|
viewBox="0.00 0.00 269.00 84.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 80)">
|
|
<title>graph/connected_components.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 265,-80 265,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="<a href="https://en.wikipedia.org/wiki/Component_(graph_theory)"">
|
|
<polygon fill="#bfbfbf" stroke="black" points="51,-56.5 51,-75.5 221,-75.5 221,-56.5 51,-56.5"/>
|
|
<text text-anchor="middle" x="136" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">graph/connected_components.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 58,-19.5 58,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="29" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M118.81,-56.32C101.65,-47.66 75.05,-34.24 55.25,-24.25"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="56.65,-21.04 46.15,-19.65 53.5,-27.28 56.65,-21.04"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="76.5,-0.5 76.5,-19.5 125.5,-19.5 125.5,-0.5 76.5,-0.5"/>
|
|
<text text-anchor="middle" x="101" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M130.22,-56.08C125.33,-48.53 118.17,-37.49 112.17,-28.23"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="115.05,-26.24 106.67,-19.75 109.17,-30.05 115.05,-26.24"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="143.5,-0.5 143.5,-19.5 198.5,-19.5 198.5,-0.5 143.5,-0.5"/>
|
|
<text text-anchor="middle" x="171" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M141.78,-56.08C146.67,-48.53 153.83,-37.49 159.83,-28.23"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="162.83,-30.05 165.33,-19.75 156.95,-26.24 162.83,-30.05"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="217,-0.5 217,-19.5 261,-19.5 261,-0.5 217,-0.5"/>
|
|
<text text-anchor="middle" x="239" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M152.55,-56.32C168.99,-47.7 194.43,-34.36 213.47,-24.39"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="215.26,-27.4 222.49,-19.65 212.01,-21.2 215.26,-27.4"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|