mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 13:53:35 +08:00
143 lines
5.9 KiB
XML
143 lines
5.9 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/breadth_first_search.cpp Pages: 1 -->
|
|
<svg width="487pt" height="93pt"
|
|
viewBox="0.00 0.00 487.00 93.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 89)">
|
|
<title>graph/breadth_first_search.cpp</title>
|
|
<!-- 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="#999999" stroke="#666666" points="303,-85 205,-85 205,-55 303,-55 303,-85"/>
|
|
<text text-anchor="start" x="213" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">graph/breadth_first</text>
|
|
<text text-anchor="middle" x="254" y="-62" 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="#e0e0e0" stroke="#999999" points="56,-19 0,-19 0,0 56,0 56,-19"/>
|
|
<text text-anchor="middle" x="28" y="-7" 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="#63b8ff" d="M204.96,-56.31C163.25,-45.51 104.21,-30.23 66.01,-20.34"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="66.85,-16.94 56.29,-17.82 65.09,-23.72 66.85,-16.94"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="123.5,-19 74.5,-19 74.5,0 123.5,0 123.5,-19"/>
|
|
<text text-anchor="middle" x="99" y="-7" 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="#63b8ff" d="M216.87,-54.99C190.78,-45.14 156.22,-32.1 131.27,-22.68"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.48,-19.4 121.89,-19.14 130.01,-25.94 132.48,-19.4"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="196,-19 142,-19 142,0 196,0 196,-19"/>
|
|
<text text-anchor="middle" x="169" y="-7" 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="#63b8ff" d="M233.42,-54.84C220.33,-45.83 203.41,-34.18 190.2,-25.09"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="191.96,-22.05 181.74,-19.27 187.99,-27.82 191.96,-22.05"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="243.5,-19 214.5,-19 214.5,0 243.5,0 243.5,-19"/>
|
|
<text text-anchor="middle" x="229" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">list</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M247.95,-54.84C244.58,-46.95 240.35,-37.05 236.74,-28.61"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="239.89,-27.09 232.75,-19.27 233.46,-29.84 239.89,-27.09"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="296.5,-19 261.5,-19 261.5,0 296.5,0 296.5,-19"/>
|
|
<text text-anchor="middle" x="279" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">map</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node6 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node1->Node6</title>
|
|
<path fill="none" stroke="#63b8ff" d="M260.05,-54.84C263.42,-46.95 267.65,-37.05 271.26,-28.61"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="274.54,-29.84 275.25,-19.27 268.11,-27.09 274.54,-29.84"/>
|
|
</g>
|
|
<!-- Node7 -->
|
|
<g id="node7" class="node">
|
|
<title>Node7</title>
|
|
<g id="a_node7"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="357.5,-19 314.5,-19 314.5,0 357.5,0 357.5,-19"/>
|
|
<text text-anchor="middle" x="336" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">queue</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node7 -->
|
|
<g id="edge6" class="edge">
|
|
<title>Node1->Node7</title>
|
|
<path fill="none" stroke="#63b8ff" d="M273.85,-54.84C286.48,-45.83 302.8,-34.18 315.55,-25.09"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="317.6,-27.92 323.71,-19.27 313.54,-22.22 317.6,-27.92"/>
|
|
</g>
|
|
<!-- Node8 -->
|
|
<g id="node8" class="node">
|
|
<title>Node8</title>
|
|
<g id="a_node8"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="416.5,-19 375.5,-19 375.5,0 416.5,0 416.5,-19"/>
|
|
<text text-anchor="middle" x="396" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">string</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node8 -->
|
|
<g id="edge7" class="edge">
|
|
<title>Node1->Node8</title>
|
|
<path fill="none" stroke="#63b8ff" d="M288.01,-54.99C311.74,-45.21 343.12,-32.29 365.93,-22.89"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="367.53,-26.01 375.44,-18.97 364.87,-19.54 367.53,-26.01"/>
|
|
</g>
|
|
<!-- Node9 -->
|
|
<g id="node9" class="node">
|
|
<title>Node9</title>
|
|
<g id="a_node9"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="479,-19 435,-19 435,0 479,0 479,-19"/>
|
|
<text text-anchor="middle" x="457" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node9 -->
|
|
<g id="edge8" class="edge">
|
|
<title>Node1->Node9</title>
|
|
<path fill="none" stroke="#63b8ff" d="M302.62,-54.99C340.51,-44.07 392.05,-29.22 424.92,-19.74"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="426.26,-23 434.9,-16.87 424.32,-16.27 426.26,-23"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|