Documentation for b480ddb191

This commit is contained in:
github-actions
2023-07-21 18:22:34 +00:00
parent fb1f2196b8
commit 2ba9b0440e
41 changed files with 880 additions and 339 deletions

View File

@@ -0,0 +1,7 @@
<map id="greedy_algorithms/kruskals_minimum_spanning_tree.cpp" name="greedy_algorithms/kruskals_minimum_spanning_tree.cpp">
<area shape="rect" id="Node000001" title="Kruskals Minimum Spanning Tree implementation" alt="" coords="5,5,200,46"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="35,94,85,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="94,48,76,82,71,79,90,45"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="110,94,181,120"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="115,45,134,79,129,82,111,48"/>
</map>

View File

@@ -0,0 +1 @@
68a97a0bb478e42de426b4b2bbfcef2a

View File

@@ -0,0 +1,83 @@
<?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.1.0 (20230707.0739)
-->
<!-- Title: greedy_algorithms/kruskals_minimum_spanning_tree.cpp Pages: 1 -->
<svg width="154pt" height="94pt"
viewBox="0.00 0.00 153.75 93.75" 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 89.75)">
<title>greedy_algorithms/kruskals_minimum_spanning_tree.cpp</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Kruskals Minimum Spanning Tree implementation">
<polygon fill="#999999" stroke="#666666" points="145.75,-85.75 0,-85.75 0,-55.25 145.75,-55.25 145.75,-85.75"/>
<text text-anchor="start" x="8" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">greedy_algorithms/kruskals</text>
<text text-anchor="middle" x="72.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_minimum_spanning_tree.cpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="59.75,-19.25 22,-19.25 22,0 59.75,0 59.75,-19.25"/>
<text text-anchor="middle" x="40.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M64.96,-54.95C60.75,-47.19 55.52,-37.56 51,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.66,-27.82 45.81,-20.7 47.51,-31.16 53.66,-27.82"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="131.62,-19.25 78.12,-19.25 78.12,0 131.62,0 131.62,-19.25"/>
<text text-anchor="middle" x="104.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M80.79,-54.95C85,-47.19 90.23,-37.56 94.75,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.24,-31.16 99.94,-20.7 92.09,-27.82 98.24,-31.16"/>
</a>
</g>
</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>

After

Width:  |  Height:  |  Size: 3.3 KiB

View 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 8.1.0 (20230707.0739)
-->
<!-- Title: greedy_algorithms/kruskals_minimum_spanning_tree.cpp Pages: 1 -->
<svg width="154pt" height="94pt"
viewBox="0.00 0.00 153.75 93.75" 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 89.75)">
<title>greedy_algorithms/kruskals_minimum_spanning_tree.cpp</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Kruskals Minimum Spanning Tree implementation">
<polygon fill="#999999" stroke="#666666" points="145.75,-85.75 0,-85.75 0,-55.25 145.75,-55.25 145.75,-85.75"/>
<text text-anchor="start" x="8" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">greedy_algorithms/kruskals</text>
<text text-anchor="middle" x="72.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_minimum_spanning_tree.cpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="59.75,-19.25 22,-19.25 22,0 59.75,0 59.75,-19.25"/>
<text text-anchor="middle" x="40.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M64.96,-54.95C60.75,-47.19 55.52,-37.56 51,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.66,-27.82 45.81,-20.7 47.51,-31.16 53.66,-27.82"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="131.62,-19.25 78.12,-19.25 78.12,0 131.62,0 131.62,-19.25"/>
<text text-anchor="middle" x="104.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M80.79,-54.95C85,-47.19 90.23,-37.56 94.75,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.24,-31.16 99.94,-20.7 92.09,-27.82 98.24,-31.16"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB