mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 13:53:35 +08:00
99 lines
4.2 KiB
XML
99 lines
4.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 2.44.1 (20200629.0846)
|
|
-->
|
|
<!-- Title: graph/breadth_first_search.cpp Pages: 1 -->
|
|
<svg width="328pt" height="95pt"
|
|
viewBox="0.00 0.00 328.00 95.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 91)">
|
|
<title>graph/breadth_first_search.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 324,-91 324,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Breadth First Search Algorithm (Breadth First Search)">
|
|
<polygon fill="#bfbfbf" stroke="black" points="120,-56.5 120,-86.5 218,-86.5 218,-56.5 120,-56.5"/>
|
|
<text text-anchor="start" x="128" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">graph/breadth_first</text>
|
|
<text text-anchor="middle" x="169" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_search.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 56,-19.5 56,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="28" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M135.58,-56.4C112.03,-46.46 80.76,-33.26 58.01,-23.66"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="59.09,-20.32 48.52,-19.66 56.37,-26.77 59.09,-20.32"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="74.5,-0.5 74.5,-19.5 123.5,-19.5 123.5,-0.5 74.5,-0.5"/>
|
|
<text text-anchor="middle" x="99" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M152.41,-56.4C141.71,-47.31 127.81,-35.49 116.87,-26.19"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="119.07,-23.47 109.19,-19.66 114.54,-28.8 119.07,-23.47"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="142,-0.5 142,-19.5 196,-19.5 196,-0.5 142,-0.5"/>
|
|
<text text-anchor="middle" x="169" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M169,-56.4C169,-48.47 169,-38.46 169,-29.86"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="172.5,-29.66 169,-19.66 165.5,-29.66 172.5,-29.66"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="214.5,-0.5 214.5,-19.5 257.5,-19.5 257.5,-0.5 214.5,-0.5"/>
|
|
<text text-anchor="middle" x="236" 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="M184.88,-56.4C195.02,-47.4 208.16,-35.72 218.59,-26.47"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="221.1,-28.92 226.25,-19.66 216.45,-23.68 221.1,-28.92"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="276,-0.5 276,-19.5 320,-19.5 320,-0.5 276,-0.5"/>
|
|
<text text-anchor="middle" x="298" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node6 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node1->Node6</title>
|
|
<path fill="none" stroke="midnightblue" d="M199.57,-56.4C220.93,-46.55 249.22,-33.5 269.98,-23.92"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="271.61,-27.02 279.23,-19.66 268.68,-20.67 271.61,-27.02"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|