mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-14 22:27:45 +08:00
173 lines
6.7 KiB
XML
173 lines
6.7 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 8.1.0 (20230707.0739)
|
||
-->
|
||
<!-- Title: graph/hopcroft_karp.cpp Pages: 1 -->
|
||
<svg width="430pt" height="83pt"
|
||
viewBox="0.00 0.00 429.88 82.50" 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 78.5)">
|
||
<title>graph/hopcroft_karp.cpp</title>
|
||
<!-- Node1 -->
|
||
<g id="Node000001" class="node">
|
||
<title>Node1</title>
|
||
<g id="a_Node000001"><a xlink:title="Implementation of Hopcroft–Karp algorithm.">
|
||
<polygon fill="#999999" stroke="#666666" points="269.25,-74.5 148.25,-74.5 148.25,-55.25 269.25,-55.25 269.25,-74.5"/>
|
||
<text text-anchor="middle" x="208.75" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">graph/hopcroft_karp.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="53.5,-19.25 0,-19.25 0,0 53.5,0 53.5,-19.25"/>
|
||
<text text-anchor="middle" x="26.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node1->Node2 -->
|
||
<g id="edge1_Node000001_Node000002" class="edge">
|
||
<title>Node1->Node2</title>
|
||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||
<path fill="none" stroke="#63b8ff" d="M177.88,-54.84C146.49,-45.66 97.82,-31.42 64.24,-21.59"/>
|
||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.49,-18.02 54.91,-18.57 63.52,-24.74 65.49,-18.02"/>
|
||
</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="116,-19.25 71.5,-19.25 71.5,0 116,0 116,-19.25"/>
|
||
<text text-anchor="middle" x="93.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cstdlib</text>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node1->Node3 -->
|
||
<g id="edge2_Node000001_Node000003" class="edge">
|
||
<title>Node1->Node3</title>
|
||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||
<path fill="none" stroke="#63b8ff" d="M189.24,-54.84C171.15,-46.47 143.98,-33.88 123.24,-24.28"/>
|
||
<polygon fill="#63b8ff" stroke="#63b8ff" points="124.9,-20.73 114.35,-19.7 121.96,-27.08 124.9,-20.73"/>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node4 -->
|
||
<g id="Node000004" class="node">
|
||
<title>Node4</title>
|
||
<g id="a_Node000004"><a xlink:title=" ">
|
||
<polygon fill="#e0e0e0" stroke="#999999" points="175.88,-19.25 133.62,-19.25 133.62,0 175.88,0 175.88,-19.25"/>
|
||
<text text-anchor="middle" x="154.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node1->Node4 -->
|
||
<g id="edge3_Node000001_Node000004" class="edge">
|
||
<title>Node1->Node4</title>
|
||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||
<path fill="none" stroke="#63b8ff" d="M199.83,-55.08C192.14,-47.5 180.82,-36.34 171.45,-27.1"/>
|
||
<polygon fill="#63b8ff" stroke="#63b8ff" points="174.44,-25.14 164.86,-20.61 169.52,-30.12 174.44,-25.14"/>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node5 -->
|
||
<g id="Node000005" class="node">
|
||
<title>Node5</title>
|
||
<g id="a_Node000005"><a xlink:title=" ">
|
||
<polygon fill="#e0e0e0" stroke="#999999" points="223.15,-19.25 194.35,-19.25 194.35,0 223.15,0 223.15,-19.25"/>
|
||
<text text-anchor="middle" x="208.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">list</text>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node1->Node5 -->
|
||
<g id="edge4_Node000001_Node000005" class="edge">
|
||
<title>Node1->Node5</title>
|
||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||
<path fill="none" stroke="#63b8ff" d="M208.75,-55.08C208.75,-48.42 208.75,-38.99 208.75,-30.53"/>
|
||
<polygon fill="#63b8ff" stroke="#63b8ff" points="212.25,-30.61 208.75,-20.61 205.25,-30.61 212.25,-30.61"/>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node6 -->
|
||
<g id="Node000006" class="node">
|
||
<title>Node6</title>
|
||
<g id="a_Node000006"><a xlink:title=" ">
|
||
<polygon fill="#e0e0e0" stroke="#999999" points="286,-19.25 241.5,-19.25 241.5,0 286,0 286,-19.25"/>
|
||
<text text-anchor="middle" x="263.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">climits</text>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node1->Node6 -->
|
||
<g id="edge5_Node000001_Node000006" class="edge">
|
||
<title>Node1->Node6</title>
|
||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||
<path fill="none" stroke="#63b8ff" d="M217.83,-55.08C225.67,-47.5 237.19,-36.34 246.74,-27.1"/>
|
||
<polygon fill="#63b8ff" stroke="#63b8ff" points="248.72,-30.08 253.47,-20.61 243.85,-25.05 248.72,-30.08"/>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node7 -->
|
||
<g id="Node000007" class="node">
|
||
<title>Node7</title>
|
||
<g id="a_Node000007"><a xlink:title=" ">
|
||
<polygon fill="#e0e0e0" stroke="#999999" points="355.38,-19.25 304.12,-19.25 304.12,0 355.38,0 355.38,-19.25"/>
|
||
<text text-anchor="middle" x="329.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node1->Node7 -->
|
||
<g id="edge6_Node000001_Node000007" class="edge">
|
||
<title>Node1->Node7</title>
|
||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||
<path fill="none" stroke="#63b8ff" d="M229.28,-54.84C248.48,-46.39 277.42,-33.65 299.32,-24.02"/>
|
||
<polygon fill="#63b8ff" stroke="#63b8ff" points="300.38,-26.93 308.12,-19.7 297.56,-20.53 300.38,-26.93"/>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node8 -->
|
||
<g id="Node000008" class="node">
|
||
<title>Node8</title>
|
||
<g id="a_Node000008"><a xlink:title=" ">
|
||
<polygon fill="#e0e0e0" stroke="#999999" points="421.88,-19.25 373.62,-19.25 373.62,0 421.88,0 421.88,-19.25"/>
|
||
<text text-anchor="middle" x="397.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||
</a>
|
||
</g>
|
||
</g>
|
||
<!-- Node1->Node8 -->
|
||
<g id="edge7_Node000001_Node000008" class="edge">
|
||
<title>Node1->Node8</title>
|
||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||
<path fill="none" stroke="#63b8ff" d="M240.81,-54.84C274.79,-45.27 328.26,-30.2 363.17,-20.37"/>
|
||
<polygon fill="#63b8ff" stroke="#63b8ff" points="363.69,-23.58 372.36,-17.5 361.79,-16.84 363.69,-23.58"/>
|
||
</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>
|