Files
C-Plus-Plus/db/d10/classdsu__coll__graph.svg
2023-01-22 19:44:10 +00:00

58 lines
2.9 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 7.0.6 (20230106.0513)
-->
<!-- Title: dsu Pages: 1 -->
<svg width="124pt" height="203pt"
viewBox="0.00 0.00 124.00 203.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 199)">
<title>dsu</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Disjoint sets union data structure, class based representation.">
<polygon fill="#999999" stroke="#666666" points="74,-19 42,-19 42,0 74,0 74,-19"/>
<text text-anchor="middle" x="58" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">dsu</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.html" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="116,-129 0,-129 0,-110 116,-110 116,-129"/>
<text text-anchor="middle" x="58" y="-117" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector&lt; uint64_t &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M58,-98.24C58,-74.63 58,-36.65 58,-19.46"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5,-98.15 58,-108.15 61.5,-98.15 54.5,-98.15"/>
<text text-anchor="middle" x="85.5" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00"> depth</text>
<text text-anchor="middle" x="85.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">maxElement</text>
<text text-anchor="middle" x="85.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">minElement</text>
<text text-anchor="middle" x="85.5" y="-51" font-family="Helvetica,sans-Serif" font-size="10.00">p</text>
<text text-anchor="middle" x="85.5" y="-40" font-family="Helvetica,sans-Serif" font-size="10.00">setSize</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/types/integer.html" xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="93.5,-195 22.5,-195 22.5,-176 93.5,-176 93.5,-195"/>
<text text-anchor="middle" x="58" y="-183" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_t</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M58,-164.18C58,-152.44 58,-138.27 58,-129.32"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5,-164.09 58,-174.09 61.5,-164.09 54.5,-164.09"/>
<text text-anchor="middle" x="79.5" y="-150" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>