mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 02:23:10 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,19 +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 8.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: sorting/bubble_sort.cpp Pages: 1 -->
|
||||
<svg width="127pt" height="82pt"
|
||||
viewBox="0.00 0.00 127.00 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)">
|
||||
<svg width="126pt" height="83pt"
|
||||
viewBox="0.00 0.00 126.38 82.50" 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.5)">
|
||||
<title>sorting/bubble_sort.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Bubble sort algorithm.">
|
||||
<polygon fill="#999999" stroke="#666666" points="119,-74 1,-74 1,-55 119,-55 119,-74"/>
|
||||
<text text-anchor="middle" x="60" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">sorting/bubble_sort.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="118.38,-74.5 1.12,-74.5 1.12,-55.25 118.38,-55.25 118.38,-74.5"/>
|
||||
<text text-anchor="middle" x="59.75" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">sorting/bubble_sort.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,31 +21,31 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="53.5,-19.25 0,-19.25 0,0 53.5,0 53.5,-19.25"/>
|
||||
<text text-anchor="middle" x="26.75" y="-5.75" 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="#63b8ff" d="M54.55,-54.75C50.13,-47.66 43.76,-37.42 38.26,-28.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.82,-27.08 32.57,-20.44 34.88,-30.78 40.82,-27.08"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M54.3,-55.08C49.88,-47.96 43.51,-37.68 38.01,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.56,-27.27 32.32,-20.61 34.61,-30.95 40.56,-27.27"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="116,-19 72,-19 72,0 116,0 116,-19"/>
|
||||
<text text-anchor="middle" x="94" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="114.25,-19.25 71.25,-19.25 71.25,0 114.25,0 114.25,-19.25"/>
|
||||
<text text-anchor="middle" x="92.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M65.61,-54.75C70.16,-47.66 76.73,-37.42 82.4,-28.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.81,-30.75 88.26,-20.44 79.92,-26.97 85.81,-30.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M65.2,-55.08C69.62,-47.96 75.99,-37.68 81.49,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="84.89,-30.95 87.18,-20.61 78.94,-27.27 84.89,-30.95"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user