mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-17 12:02:22 +08:00
Documentation for 53a6c16730
This commit is contained in:
5
db/d10/classdsu__coll__graph.map
Normal file
5
db/d10/classdsu__coll__graph.map
Normal file
@@ -0,0 +1,5 @@
|
||||
<map id="dsu" name="dsu">
|
||||
<area shape="rect" id="node1" title="Disjoint sets union data structure, class based representation." alt="" coords="61,243,104,269"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector" title=" " alt="" coords="5,95,160,121"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/integer" title=" " alt="" coords="35,5,130,32"/>
|
||||
</map>
|
||||
1
db/d10/classdsu__coll__graph.md5
Normal file
1
db/d10/classdsu__coll__graph.md5
Normal file
@@ -0,0 +1 @@
|
||||
82d7aaebf57e6e6505c21d9f55329fd8
|
||||
58
db/d10/classdsu__coll__graph.svg
Normal file
58
db/d10/classdsu__coll__graph.svg
Normal file
@@ -0,0 +1,58 @@
|
||||
<?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: dsu Pages: 1 -->
|
||||
<svg width="124pt" height="206pt"
|
||||
viewBox="0.00 0.00 124.00 206.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 202)">
|
||||
<title>dsu</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-202 120,-202 120,4 -4,4"/>
|
||||
<!-- 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="#bfbfbf" stroke="black" points="42,-0.5 42,-19.5 74,-19.5 74,-0.5 42,-0.5"/>
|
||||
<text text-anchor="middle" x="58" y="-7.5" 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" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="0,-111.5 0,-130.5 116,-130.5 116,-111.5 0,-111.5"/>
|
||||
<text text-anchor="middle" x="58" y="-118.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< uint64_t ></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="M58,-101.19C58,-77.28 58,-36.99 58,-19.51"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5,-101.45 58,-111.45 61.5,-101.45 54.5,-101.45"/>
|
||||
<text text-anchor="middle" x="85.5" y="-85" font-family="Helvetica,sans-Serif" font-size="10.00"> depth</text>
|
||||
<text text-anchor="middle" x="85.5" y="-74" font-family="Helvetica,sans-Serif" font-size="10.00">maxElement</text>
|
||||
<text text-anchor="middle" x="85.5" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00">minElement</text>
|
||||
<text text-anchor="middle" x="85.5" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00">p</text>
|
||||
<text text-anchor="middle" x="85.5" y="-41" 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" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="22.5,-178.5 22.5,-197.5 93.5,-197.5 93.5,-178.5 22.5,-178.5"/>
|
||||
<text text-anchor="middle" x="58" y="-185.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_t</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node3->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M58,-168.04C58,-155.67 58,-140.12 58,-130.63"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="54.5,-168.23 58,-178.23 61.5,-168.23 54.5,-168.23"/>
|
||||
<text text-anchor="middle" x="79.5" y="-152" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user