mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
Documentation for cac5fbe4aa
This commit is contained in:
7
de/df7/bogo__sort_8cpp__incl.map
Normal file
7
de/df7/bogo__sort_8cpp__incl.map
Normal file
@@ -0,0 +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"/>
|
||||
</map>
|
||||
1
de/df7/bogo__sort_8cpp__incl.md5
Normal file
1
de/df7/bogo__sort_8cpp__incl.md5
Normal file
@@ -0,0 +1 @@
|
||||
d4eb04d34b178e228f22d7c0bc7e41ba
|
||||
82
de/df7/bogo__sort_8cpp__incl.svg
Normal file
82
de/df7/bogo__sort_8cpp__incl.svg
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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.0 (20200408.0750)
|
||||
-->
|
||||
<!-- 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)">
|
||||
<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>
|
||||
</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 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>
|
||||
</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"/>
|
||||
</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>
|
||||
</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"/>
|
||||
</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>
|
||||
</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"/>
|
||||
</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>
|
||||
</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"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
Reference in New Issue
Block a user