mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-27 08:51:41 +08:00
Documentation for db149bf3b7
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<map id="sorting/bogo_sort.cpp" name="sorting/bogo_sort.cpp">
|
||||
<area shape="rect" id="node1" title="Implementation of Bogosort algorithm" alt="" coords="108,5,255,32"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,80,77,107"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="101,80,176,107"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="200,80,251,107"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="275,80,341,107"/>
|
||||
<area shape="rect" id="node1" title="Implementation of Bogosort algorithm" alt="" coords="108,5,255,31"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,79,77,104"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="101,79,176,104"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="200,79,251,104"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="275,79,341,104"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
d4eb04d34b178e228f22d7c0bc7e41ba
|
||||
2b69f21a55dfdaf41d70982160a0c0f6
|
||||
@@ -1,20 +1,19 @@
|
||||
<?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.0 (20220707.1540)
|
||||
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
||||
-->
|
||||
<!-- Title: sorting/bogo_sort.cpp Pages: 1 -->
|
||||
<svg width="260pt" height="84pt"
|
||||
viewBox="0.00 0.00 259.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)">
|
||||
<svg width="260pt" height="82pt"
|
||||
viewBox="0.00 0.00 259.50 82.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 78)">
|
||||
<title>sorting/bogo_sort.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 255.5,-80 255.5,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Implementation of Bogosort algorithm">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="77,-56.5 77,-75.5 187,-75.5 187,-56.5 77,-56.5"/>
|
||||
<text text-anchor="middle" x="132" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">sorting/bogo_sort.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="187,-74 77,-74 77,-55 187,-55 187,-74"/>
|
||||
<text text-anchor="middle" x="132" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">sorting/bogo_sort.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,61 +21,61 @@
|
||||
<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 54,-19.5 54,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="27" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="54,-19 0,-19 0,0 54,0 54,-19"/>
|
||||
<text text-anchor="middle" x="27" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M115.13,-56.32C98.29,-47.66 72.19,-34.24 52.76,-24.25"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="54.32,-21.12 43.83,-19.65 51.12,-27.34 54.32,-21.12"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M115.13,-54.98C98.39,-46.54 72.5,-33.47 53.11,-23.68"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="54.68,-20.55 44.18,-19.17 51.53,-26.8 54.68,-20.55"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="72,-0.5 72,-19.5 128,-19.5 128,-0.5 72,-0.5"/>
|
||||
<text text-anchor="middle" x="100" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="128,-19 72,-19 72,0 128,0 128,-19"/>
|
||||
<text text-anchor="middle" x="100" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M126.72,-56.08C122.29,-48.61 115.84,-37.72 110.38,-28.52"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="113.29,-26.57 105.19,-19.75 107.27,-30.14 113.29,-26.57"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M126.72,-54.75C122.29,-47.42 115.84,-36.73 110.38,-27.7"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="113.35,-25.84 105.19,-19.09 107.36,-29.46 113.35,-25.84"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="146,-0.5 146,-19.5 184,-19.5 184,-0.5 146,-0.5"/>
|
||||
<text text-anchor="middle" x="165" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="184,-19 146,-19 146,0 184,0 184,-19"/>
|
||||
<text text-anchor="middle" x="165" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M137.45,-56.08C142.01,-48.61 148.67,-37.72 154.29,-28.52"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="157.42,-30.11 159.65,-19.75 151.45,-26.46 157.42,-30.11"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M137.45,-54.75C142.01,-47.42 148.67,-36.73 154.29,-27.7"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.34,-29.43 159.65,-19.09 151.4,-25.73 157.34,-29.43"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="202.5,-0.5 202.5,-19.5 251.5,-19.5 251.5,-0.5 202.5,-0.5"/>
|
||||
<text text-anchor="middle" x="227" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="251.5,-19 202.5,-19 202.5,0 251.5,0 251.5,-19"/>
|
||||
<text text-anchor="middle" x="227" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="midnightblue" d="M147.26,-56.32C162.22,-47.82 185.25,-34.73 202.73,-24.8"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="204.81,-27.64 211.77,-19.65 201.35,-21.55 204.81,-27.64"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M147.26,-54.98C162.13,-46.69 184.98,-33.94 202.42,-24.22"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="204.43,-27.1 211.46,-19.17 201.02,-20.99 204.43,-27.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user