mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-10 22:16:53 +08:00
Documentation for 93a700c7e9
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
<map id="graph/breadth_first_search.cpp" name="graph/breadth_first_search.cpp">
|
||||
<area shape="rect" id="Node000001" title="Breadth First Search Algorithm (Breadth First Search)" alt="" coords="275,5,404,46"/>
|
||||
<area shape="rect" id="Node000001" title="Breadth First Search Algorithm (Breadth First Search)" alt="" coords="242,5,371,46"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,80,120"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="275,47,95,94,94,89,274,42"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="242,49,96,93,94,87,240,44"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="104,94,168,120"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="290,49,182,90,180,85,288,44"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="265,49,177,90,175,85,263,44"/>
|
||||
<area shape="rect" id="Node000004" title=" " alt="" coords="192,94,264,120"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="314,49,259,87,256,82,311,44"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="289,48,252,85,249,81,285,45"/>
|
||||
<area shape="rect" id="Node000005" title=" " alt="" coords="287,94,326,120"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="334,47,320,81,315,78,329,45"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="309,46,309,78,304,78,304,46"/>
|
||||
<area shape="rect" id="Node000006" title=" " alt="" coords="350,94,396,120"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="351,45,365,78,360,81,346,47"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="325,45,355,80,351,83,321,48"/>
|
||||
<area shape="rect" id="Node000007" title=" " alt="" coords="421,94,477,120"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="368,44,422,82,419,87,365,49"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="343,44,415,84,413,88,341,49"/>
|
||||
<area shape="rect" id="Node000008" title=" " alt="" coords="501,94,554,120"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="388,44,488,86,486,91,386,49"/>
|
||||
<area shape="rect" id="Node000009" title=" " alt="" coords="579,94,636,120"/>
|
||||
<area shape="poly" id="edge8_Node000001_Node000009" title=" " alt="" coords="406,44,565,90,564,95,404,49"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="363,44,488,88,486,93,361,49"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
bdd0a49cd06946011c73edf0774d83de
|
||||
b6309b94241bfb1d9aa0df99347985bb
|
||||
@@ -4,8 +4,8 @@
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: graph/breadth_first_search.cpp Pages: 1 -->
|
||||
<svg width="481pt" height="94pt"
|
||||
viewBox="0.00 0.00 481.38 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="420pt" height="94pt"
|
||||
viewBox="0.00 0.00 419.88 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Breadth First Search Algorithm (Breadth First Search)">
|
||||
<polygon fill="#999999" stroke="#666666" points="299.38,-85.75 202.38,-85.75 202.38,-55.25 299.38,-55.25 299.38,-85.75"/>
|
||||
<text text-anchor="start" x="210.38" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">graph/breadth_first</text>
|
||||
<text text-anchor="middle" x="250.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_search.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="274.38,-85.75 177.38,-85.75 177.38,-55.25 274.38,-55.25 274.38,-85.75"/>
|
||||
<text text-anchor="start" x="185.38" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">graph/breadth_first</text>
|
||||
<text text-anchor="middle" x="225.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_search.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -42,8 +42,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M201.94,-56.58C161.39,-45.87 104.51,-30.86 66.96,-20.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="67.99,-17.6 57.43,-18.43 66.2,-24.36 67.99,-17.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M176.93,-54.95C143.07,-44.88 98.61,-31.66 67.08,-22.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.13,-18.94 57.54,-19.45 66.13,-25.65 68.13,-18.94"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -60,8 +60,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M212.66,-54.8C187.9,-45.27 155.94,-32.97 132.03,-23.77"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.34,-20.52 122.75,-20.2 130.83,-27.06 133.34,-20.52"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M193.91,-54.8C173.66,-45.48 147.66,-33.52 127.82,-24.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.43,-21.29 118.88,-20.29 126.5,-27.65 129.43,-21.29"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -78,8 +78,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M230.11,-54.95C217.69,-46.24 201.91,-35.18 189.22,-26.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="191.26,-23.44 181.06,-20.57 187.24,-29.18 191.26,-23.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M211.29,-54.95C203,-46.67 192.57,-36.27 183.91,-27.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="186.59,-25.36 177.04,-20.77 181.65,-30.31 186.59,-25.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -96,8 +96,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M244.7,-54.95C241.51,-47.45 237.58,-38.2 234.14,-30.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="237.45,-28.93 230.32,-21.09 231.01,-31.67 237.45,-28.93"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M225.88,-54.95C225.88,-47.71 225.88,-38.84 225.88,-30.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="229.38,-31.21 225.88,-21.21 222.38,-31.21 229.38,-31.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -114,8 +114,8 @@
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M257.05,-54.95C260.24,-47.45 264.17,-38.2 267.61,-30.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="270.74,-31.67 271.43,-21.09 264.3,-28.93 270.74,-31.67"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M238.23,-54.95C245.04,-46.93 253.55,-36.92 260.75,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="263.38,-30.74 267.19,-20.85 258.05,-26.21 263.38,-30.74"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -132,8 +132,8 @@
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M271.14,-54.95C283.27,-46.24 298.68,-35.18 311.07,-26.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="312.92,-29.26 319,-20.58 308.84,-23.57 312.92,-29.26"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M252.6,-54.8C269.05,-45.74 290.05,-34.19 306.45,-25.16"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="308.07,-28.27 315.14,-20.38 304.69,-22.14 308.07,-28.27"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -150,26 +150,8 @@
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M286.09,-54.8C309.12,-45.18 338.91,-32.74 361.01,-23.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.21,-26.81 370.09,-19.72 359.51,-20.35 362.21,-26.81"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node9 -->
|
||||
<g id="Node000009" class="node">
|
||||
<title>Node9</title>
|
||||
<g id="a_Node000009"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="473.38,-19.25 430.38,-19.25 430.38,0 473.38,0 473.38,-19.25"/>
|
||||
<text text-anchor="middle" x="451.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node9 -->
|
||||
<g id="edge8_Node000001_Node000009" class="edge">
|
||||
<title>Node1->Node9</title>
|
||||
<g id="a_edge8_Node000001_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M299.79,-55.17C336.9,-44.3 386.88,-29.66 419.24,-20.18"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="419.84,-23.66 428.45,-17.49 417.87,-16.94 419.84,-23.66"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M267.34,-54.8C296.41,-44.48 334.64,-30.92 361.04,-21.56"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="361.89,-24.97 370.14,-18.33 359.55,-18.38 361.89,-24.97"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 6.9 KiB |
@@ -4,17 +4,17 @@
|
||||
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
||||
-->
|
||||
<!-- Title: graph/breadth_first_search.cpp Pages: 1 -->
|
||||
<svg width="481pt" height="94pt"
|
||||
viewBox="0.00 0.00 481.38 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="420pt" height="94pt"
|
||||
viewBox="0.00 0.00 419.88 93.75" 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.75)">
|
||||
<title>graph/breadth_first_search.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Breadth First Search Algorithm (Breadth First Search)">
|
||||
<polygon fill="#999999" stroke="#666666" points="299.38,-85.75 202.38,-85.75 202.38,-55.25 299.38,-55.25 299.38,-85.75"/>
|
||||
<text text-anchor="start" x="210.38" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">graph/breadth_first</text>
|
||||
<text text-anchor="middle" x="250.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_search.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="274.38,-85.75 177.38,-85.75 177.38,-55.25 274.38,-55.25 274.38,-85.75"/>
|
||||
<text text-anchor="start" x="185.38" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">graph/breadth_first</text>
|
||||
<text text-anchor="middle" x="225.88" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_search.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M201.94,-56.58C161.39,-45.87 104.51,-30.86 66.96,-20.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="67.99,-17.6 57.43,-18.43 66.2,-24.36 67.99,-17.6"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M176.93,-54.95C143.07,-44.88 98.61,-31.66 67.08,-22.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.13,-18.94 57.54,-19.45 66.13,-25.65 68.13,-18.94"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M212.66,-54.8C187.9,-45.27 155.94,-32.97 132.03,-23.77"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.34,-20.52 122.75,-20.2 130.83,-27.06 133.34,-20.52"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M193.91,-54.8C173.66,-45.48 147.66,-33.52 127.82,-24.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.43,-21.29 118.88,-20.29 126.5,-27.65 129.43,-21.29"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -67,8 +67,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M230.11,-54.95C217.69,-46.24 201.91,-35.18 189.22,-26.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="191.26,-23.44 181.06,-20.57 187.24,-29.18 191.26,-23.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M211.29,-54.95C203,-46.67 192.57,-36.27 183.91,-27.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="186.59,-25.36 177.04,-20.77 181.65,-30.31 186.59,-25.36"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -85,8 +85,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M244.7,-54.95C241.51,-47.45 237.58,-38.2 234.14,-30.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="237.45,-28.93 230.32,-21.09 231.01,-31.67 237.45,-28.93"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M225.88,-54.95C225.88,-47.71 225.88,-38.84 225.88,-30.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="229.38,-31.21 225.88,-21.21 222.38,-31.21 229.38,-31.21"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -103,8 +103,8 @@
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M257.05,-54.95C260.24,-47.45 264.17,-38.2 267.61,-30.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="270.74,-31.67 271.43,-21.09 264.3,-28.93 270.74,-31.67"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M238.23,-54.95C245.04,-46.93 253.55,-36.92 260.75,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="263.38,-30.74 267.19,-20.85 258.05,-26.21 263.38,-30.74"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -121,8 +121,8 @@
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M271.14,-54.95C283.27,-46.24 298.68,-35.18 311.07,-26.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="312.92,-29.26 319,-20.58 308.84,-23.57 312.92,-29.26"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M252.6,-54.8C269.05,-45.74 290.05,-34.19 306.45,-25.16"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="308.07,-28.27 315.14,-20.38 304.69,-22.14 308.07,-28.27"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -139,26 +139,8 @@
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M286.09,-54.8C309.12,-45.18 338.91,-32.74 361.01,-23.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.21,-26.81 370.09,-19.72 359.51,-20.35 362.21,-26.81"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node9 -->
|
||||
<g id="Node000009" class="node">
|
||||
<title>Node9</title>
|
||||
<g id="a_Node000009"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="473.38,-19.25 430.38,-19.25 430.38,0 473.38,0 473.38,-19.25"/>
|
||||
<text text-anchor="middle" x="451.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node9 -->
|
||||
<g id="edge8_Node000001_Node000009" class="edge">
|
||||
<title>Node1->Node9</title>
|
||||
<g id="a_edge8_Node000001_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M299.79,-55.17C336.9,-44.3 386.88,-29.66 419.24,-20.18"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="419.84,-23.66 428.45,-17.49 417.87,-16.94 419.84,-23.66"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M267.34,-54.8C296.41,-44.48 334.64,-30.92 361.04,-21.56"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="361.89,-24.97 370.14,-18.33 359.55,-18.38 361.89,-24.97"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.1 KiB |
Reference in New Issue
Block a user