mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 22:02:20 +08:00
128 lines
5.4 KiB
XML
128 lines
5.4 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 2.44.1 (20200629.0846)
|
|
-->
|
|
<!-- Title: graph/dijkstra.cpp Pages: 1 -->
|
|
<svg width="440pt" height="84pt"
|
|
viewBox="0.00 0.00 439.50 84.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 80)">
|
|
<title>graph/dijkstra.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 435.5,-80 435.5,4 -4,4"/>
|
|
<!-- 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)">
|
|
<polygon fill="#bfbfbf" stroke="black" points="172.5,-56.5 172.5,-75.5 266.5,-75.5 266.5,-56.5 172.5,-56.5"/>
|
|
<text text-anchor="middle" x="219.5" y="-63.5" 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="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 49,-19.5 49,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="24.5" y="-7.5" 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="midnightblue" d="M188.6,-56.44C153.26,-46.66 95.56,-30.68 58.84,-20.51"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="59.65,-17.1 49.08,-17.81 57.78,-23.85 59.65,-17.1"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="67.5,-0.5 67.5,-19.5 121.5,-19.5 121.5,-0.5 67.5,-0.5"/>
|
|
<text text-anchor="middle" x="94.5" y="-7.5" 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="midnightblue" d="M199.69,-56.44C179.21,-47.6 147.02,-33.69 123.64,-23.59"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="124.78,-20.27 114.21,-19.52 122.01,-26.7 124.78,-20.27"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="139.5,-0.5 139.5,-19.5 179.5,-19.5 179.5,-0.5 139.5,-0.5"/>
|
|
<text text-anchor="middle" x="159.5" y="-7.5" 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="midnightblue" d="M209.86,-56.32C200.99,-48.34 187.63,-36.31 176.89,-26.65"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="179.09,-23.92 169.32,-19.83 174.41,-29.13 179.09,-23.92"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="198,-0.5 198,-19.5 241,-19.5 241,-0.5 198,-0.5"/>
|
|
<text text-anchor="middle" x="219.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M219.5,-56.08C219.5,-49.01 219.5,-38.86 219.5,-29.99"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="223,-29.75 219.5,-19.75 216,-29.75 223,-29.75"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="259.5,-0.5 259.5,-19.5 299.5,-19.5 299.5,-0.5 259.5,-0.5"/>
|
|
<text text-anchor="middle" x="279.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">utility</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node6 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node1->Node6</title>
|
|
<path fill="none" stroke="midnightblue" d="M229.14,-56.32C238.01,-48.34 251.37,-36.31 262.11,-26.65"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="264.59,-29.13 269.68,-19.83 259.91,-23.92 264.59,-29.13"/>
|
|
</g>
|
|
<!-- Node7 -->
|
|
<g id="node7" class="node">
|
|
<title>Node7</title>
|
|
<g id="a_node7"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="317.5,-0.5 317.5,-19.5 361.5,-19.5 361.5,-0.5 317.5,-0.5"/>
|
|
<text text-anchor="middle" x="339.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node7 -->
|
|
<g id="edge6" class="edge">
|
|
<title>Node1->Node7</title>
|
|
<path fill="none" stroke="midnightblue" d="M238.51,-56.44C258.09,-47.64 288.81,-33.81 311.23,-23.72"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="312.89,-26.81 320.57,-19.52 310.02,-20.43 312.89,-26.81"/>
|
|
</g>
|
|
<!-- Node8 -->
|
|
<g id="node8" class="node">
|
|
<title>Node8</title>
|
|
<g id="a_node8"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="379.5,-0.5 379.5,-19.5 431.5,-19.5 431.5,-0.5 379.5,-0.5"/>
|
|
<text text-anchor="middle" x="405.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node8 -->
|
|
<g id="edge7" class="edge">
|
|
<title>Node1->Node8</title>
|
|
<path fill="none" stroke="midnightblue" d="M248.97,-56.44C281.7,-46.94 334.52,-31.61 369.63,-21.41"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="370.84,-24.71 379.47,-18.56 368.89,-17.98 370.84,-24.71"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|