mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 05:42:59 +08:00
143 lines
5.8 KiB
XML
143 lines
5.8 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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- 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.68,-56.23C163.31,-45.52 105.02,-30.44 66.89,-20.57"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.24,-17.3 57.68,-18.18 66.49,-24.08 68.24,-17.3"/>
|
|
</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="M215.69,-54.54C190.34,-44.97 157.41,-32.55 133,-23.33"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.45,-20.14 123.85,-19.88 131.97,-26.69 134.45,-20.14"/>
|
|
</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="M232.99,-54.54C220.14,-45.7 203.73,-34.4 190.75,-25.47"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="193.07,-22.82 182.85,-20.03 189.11,-28.59 193.07,-22.82"/>
|
|
</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.82,-54.54C244.6,-47 240.61,-37.67 237.14,-29.55"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="240.45,-28.39 233.3,-20.57 234.01,-31.14 240.45,-28.39"/>
|
|
</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.18,-54.54C263.4,-47 267.39,-37.67 270.86,-29.55"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="273.99,-31.14 274.7,-20.57 267.55,-28.39 273.99,-31.14"/>
|
|
</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="M274.27,-54.54C286.54,-45.78 302.18,-34.63 314.65,-25.73"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="316.5,-28.71 322.61,-20.05 312.43,-23.01 316.5,-28.71"/>
|
|
</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="M289.1,-54.54C312.29,-44.99 342.4,-32.58 364.76,-23.37"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="366.04,-26.63 373.95,-19.58 363.38,-20.16 366.04,-26.63"/>
|
|
</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="M303.4,-54.76C340.77,-43.99 391.08,-29.5 423.77,-20.08"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="424.45,-23.52 433.09,-17.39 422.51,-16.8 424.45,-23.52"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|