mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-17 12:02:22 +08:00
Documentation for 0953376d31
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<map id="dsu" name="dsu">
|
||||
<area shape="rect" id="node1" title="Disjoint sets union data structure, class based representation." alt="" coords="61,243,103,268"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="5,94,159,120"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/integer.html" title=" " alt="" coords="35,5,129,31"/>
|
||||
<area shape="rect" id="Node000001" title="Disjoint sets union data structure, class based representation." alt="" coords="61,243,103,268"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="5,94,159,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="85,135,85,242,79,242,79,135"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/integer.html" title=" " alt="" coords="35,5,129,31"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="85,46,85,94,79,94,79,46"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
fc9494e8366e0999afbe4b6d476b1d56
|
||||
6e4f85876f6fd169bd7520fe9ea2e678
|
||||
@@ -6,52 +6,83 @@
|
||||
<!-- Title: dsu Pages: 1 -->
|
||||
<svg width="123pt" height="205pt"
|
||||
viewBox="0.00 0.00 123.00 205.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 201.25)">
|
||||
<title>dsu</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Disjoint sets union data structure, class based representation.">
|
||||
<g id="a_Node000001"><a xlink:title="Disjoint sets union data structure, class based representation.">
|
||||
<polygon fill="#999999" stroke="#666666" points="73.38,-19.25 41.62,-19.25 41.62,0 73.38,0 73.38,-19.25"/>
|
||||
<text text-anchor="middle" x="57.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">dsu</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" 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=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="115,-130.75 0,-130.75 0,-111.5 115,-111.5 115,-130.75"/>
|
||||
<text text-anchor="middle" x="57.5" y="-117.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< uint64_t ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57.5,-100.25C57.5,-76.36 57.5,-37.3 57.5,-19.71"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="54,-100.16 57.5,-110.16 61,-100.16 54,-100.16"/>
|
||||
<text text-anchor="middle" x="84.88" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00"> depth</text>
|
||||
<text text-anchor="middle" x="84.88" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00">maxElement</text>
|
||||
<text text-anchor="middle" x="84.88" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00">minElement</text>
|
||||
<text text-anchor="middle" x="84.88" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00">p</text>
|
||||
<text text-anchor="middle" x="84.88" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00">setSize</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="84.88" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> depth</text>
|
||||
<text text-anchor="middle" x="84.88" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">maxElement</text>
|
||||
<text text-anchor="middle" x="84.88" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">minElement</text>
|
||||
<text text-anchor="middle" x="84.88" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">p</text>
|
||||
<text text-anchor="middle" x="84.88" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">setSize</text>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" 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=" ">
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/integer.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="92.5,-197.25 22.5,-197.25 22.5,-178 92.5,-178 92.5,-197.25"/>
|
||||
<text text-anchor="middle" x="57.5" y="-183.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_t</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57.5,-166.9C57.5,-154.93 57.5,-140.23 57.5,-131.02"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="54,-166.66 57.5,-176.66 61,-166.66 54,-166.66"/>
|
||||
<text text-anchor="middle" x="78.88" y="-150.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="78.88" y="-150.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> elements</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.1 KiB |
63
db/d10/classdsu__coll__graph_org.svg
Normal file
63
db/d10/classdsu__coll__graph_org.svg
Normal file
@@ -0,0 +1,63 @@
|
||||
<?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 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: dsu Pages: 1 -->
|
||||
<svg width="123pt" height="205pt"
|
||||
viewBox="0.00 0.00 123.00 205.25" 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 201.25)">
|
||||
<title>dsu</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Disjoint sets union data structure, class based representation.">
|
||||
<polygon fill="#999999" stroke="#666666" points="73.38,-19.25 41.62,-19.25 41.62,0 73.38,0 73.38,-19.25"/>
|
||||
<text text-anchor="middle" x="57.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">dsu</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="115,-130.75 0,-130.75 0,-111.5 115,-111.5 115,-130.75"/>
|
||||
<text text-anchor="middle" x="57.5" y="-117.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< uint64_t ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57.5,-100.25C57.5,-76.36 57.5,-37.3 57.5,-19.71"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="54,-100.16 57.5,-110.16 61,-100.16 54,-100.16"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="84.88" y="-84" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> depth</text>
|
||||
<text text-anchor="middle" x="84.88" y="-72.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">maxElement</text>
|
||||
<text text-anchor="middle" x="84.88" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">minElement</text>
|
||||
<text text-anchor="middle" x="84.88" y="-50.25" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">p</text>
|
||||
<text text-anchor="middle" x="84.88" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey">setSize</text>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/integer.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="92.5,-197.25 22.5,-197.25 22.5,-178 92.5,-178 92.5,-197.25"/>
|
||||
<text text-anchor="middle" x="57.5" y="-183.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_t</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M57.5,-166.9C57.5,-154.93 57.5,-140.23 57.5,-131.02"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="54,-166.66 57.5,-176.66 61,-166.66 54,-166.66"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="78.88" y="-150.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> elements</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user