mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 06:12:11 +08:00
127 lines
5.2 KiB
XML
127 lines
5.2 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 5.0.1 (20220820.1526)
|
|
-->
|
|
<!-- Title: graph/dijkstra.cpp Pages: 1 -->
|
|
<svg width="440pt" height="82pt"
|
|
viewBox="0.00 0.00 439.50 82.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 78)">
|
|
<title>graph/dijkstra.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="[Graph Dijkstras Shortest Path Algorithm (Dijkstra's Shortest Path)] (https://en.wikipedia....">
|
|
<polygon fill="#999999" stroke="#666666" points="270.5,-74 176.5,-74 176.5,-55 270.5,-55 270.5,-74"/>
|
|
<text text-anchor="middle" x="223.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">graph/dijkstra.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="49,-19 0,-19 0,0 49,0 49,-19"/>
|
|
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M191.53,-54.98C155.27,-45.33 96.37,-29.64 59.08,-19.71"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="59.73,-16.26 49.16,-17.07 57.93,-23.02 59.73,-16.26"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="121.5,-19 67.5,-19 67.5,0 121.5,0 121.5,-19"/>
|
|
<text text-anchor="middle" x="94.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M202.77,-54.98C181.74,-46.34 148.95,-32.87 124.96,-23.02"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="126.18,-19.73 115.6,-19.17 123.52,-26.21 126.18,-19.73"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="179.5,-19 139.5,-19 139.5,0 179.5,0 179.5,-19"/>
|
|
<text text-anchor="middle" x="159.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M213.22,-54.98C203.66,-47.07 189.22,-35.11 177.72,-25.58"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="179.9,-22.85 169.97,-19.17 175.44,-28.24 179.9,-22.85"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="249.5,-19 197.5,-19 197.5,0 249.5,0 249.5,-19"/>
|
|
<text text-anchor="middle" x="223.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M223.5,-54.75C223.5,-47.8 223.5,-37.85 223.5,-29.13"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="227,-29.09 223.5,-19.09 220,-29.09 227,-29.09"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="311,-19 268,-19 268,0 311,0 311,-19"/>
|
|
<text text-anchor="middle" x="289.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node6 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node1->Node6</title>
|
|
<path fill="none" stroke="#63b8ff" d="M234.1,-54.98C243.96,-47.07 258.85,-35.11 270.72,-25.58"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="273.1,-28.16 278.7,-19.17 268.71,-22.7 273.1,-28.16"/>
|
|
</g>
|
|
<!-- Node7 -->
|
|
<g id="node7" class="node">
|
|
<title>Node7</title>
|
|
<g id="a_node7"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="369.5,-19 329.5,-19 329.5,0 369.5,0 369.5,-19"/>
|
|
<text text-anchor="middle" x="349.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">utility</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node7 -->
|
|
<g id="edge6" class="edge">
|
|
<title>Node1->Node7</title>
|
|
<path fill="none" stroke="#63b8ff" d="M243.74,-54.98C264.32,-46.33 296.41,-32.83 319.85,-22.97"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="321.45,-26.1 329.31,-18.99 318.73,-19.65 321.45,-26.1"/>
|
|
</g>
|
|
<!-- Node8 -->
|
|
<g id="node8" class="node">
|
|
<title>Node8</title>
|
|
<g id="a_node8"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="431.5,-19 387.5,-19 387.5,0 431.5,0 431.5,-19"/>
|
|
<text text-anchor="middle" x="409.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node8 -->
|
|
<g id="edge7" class="edge">
|
|
<title>Node1->Node8</title>
|
|
<path fill="none" stroke="#63b8ff" d="M253.38,-54.98C287.41,-45.29 342.76,-29.52 377.6,-19.59"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="378.62,-22.94 387.28,-16.83 376.7,-16.21 378.62,-22.94"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|