Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -1,11 +1,11 @@
<map id="sorting/pigeonhole_sort.cpp" name="sorting/pigeonhole_sort.cpp">
<area shape="rect" id="Node000001" title="Implementation of [Pigeonhole Sort algorithm] (https://en.wikipedia.org/wiki/Pigeonhole_sort)" alt="" coords="106,5,232,46"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,80,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="139,49,75,88,73,84,136,44"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="139,49,76,88,74,83,136,44"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="104,94,154,120"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="162,48,144,82,139,79,157,45"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="162,48,145,81,140,79,157,45"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="178,94,243,120"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="182,45,200,79,195,82,177,48"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="182,45,199,79,195,81,177,48"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="267,94,338,120"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="204,44,271,84,268,88,201,49"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="204,44,270,83,268,88,201,49"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: sorting/pigeonhole_sort.cpp Pages: 1 -->
<svg width="258pt" height="94pt"
@@ -41,8 +41,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M99.39,-54.95C84.79,-45.9 66.07,-34.3 51.45,-25.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.86,-21.99 43.52,-19.7 50.18,-27.94 53.86,-21.99"/>
<path fill="none" stroke="#63b8ff" d="M99.39,-54.95C85.07,-46.07 66.79,-34.74 52.29,-25.76"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="54.15,-22.79 43.81,-20.5 50.46,-28.74 54.15,-22.79"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M115.46,-54.95C111.51,-47.19 106.6,-37.56 102.37,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.16,-28.02 97.5,-20.7 98.92,-31.2 105.16,-28.02"/>
<path fill="none" stroke="#63b8ff" d="M115.46,-54.95C111.59,-47.36 106.82,-37.99 102.65,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.85,-28.37 98.19,-21.05 99.61,-31.55 105.85,-28.37"/>
</a>
</g>
</g>
@@ -77,8 +77,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M130.54,-54.95C134.62,-47.19 139.69,-37.56 144.06,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.53,-31.18 149.1,-20.7 141.34,-27.92 147.53,-31.18"/>
<path fill="none" stroke="#63b8ff" d="M130.54,-54.95C134.53,-47.36 139.47,-37.99 143.77,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.83,-31.52 148.39,-21.04 140.63,-28.26 146.83,-31.52"/>
</a>
</g>
</g>
@@ -95,8 +95,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M147.85,-54.8C163.23,-45.74 182.86,-34.19 198.18,-25.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.7,-27.74 206.54,-19.65 196.15,-21.71 199.7,-27.74"/>
<path fill="none" stroke="#63b8ff" d="M147.85,-54.8C163.08,-45.83 182.48,-34.41 197.74,-25.42"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.39,-28.51 206.23,-20.42 195.84,-22.48 199.39,-28.51"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: sorting/pigeonhole_sort.cpp Pages: 1 -->
<svg width="258pt" height="94pt"
@@ -31,8 +31,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M99.39,-54.95C84.79,-45.9 66.07,-34.3 51.45,-25.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="53.86,-21.99 43.52,-19.7 50.18,-27.94 53.86,-21.99"/>
<path fill="none" stroke="#63b8ff" d="M99.39,-54.95C85.07,-46.07 66.79,-34.74 52.29,-25.76"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="54.15,-22.79 43.81,-20.5 50.46,-28.74 54.15,-22.79"/>
</a>
</g>
</g>
@@ -49,8 +49,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M115.46,-54.95C111.51,-47.19 106.6,-37.56 102.37,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.16,-28.02 97.5,-20.7 98.92,-31.2 105.16,-28.02"/>
<path fill="none" stroke="#63b8ff" d="M115.46,-54.95C111.59,-47.36 106.82,-37.99 102.65,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.85,-28.37 98.19,-21.05 99.61,-31.55 105.85,-28.37"/>
</a>
</g>
</g>
@@ -67,8 +67,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M130.54,-54.95C134.62,-47.19 139.69,-37.56 144.06,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.53,-31.18 149.1,-20.7 141.34,-27.92 147.53,-31.18"/>
<path fill="none" stroke="#63b8ff" d="M130.54,-54.95C134.53,-47.36 139.47,-37.99 143.77,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.83,-31.52 148.39,-21.04 140.63,-28.26 146.83,-31.52"/>
</a>
</g>
</g>
@@ -85,8 +85,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M147.85,-54.8C163.23,-45.74 182.86,-34.19 198.18,-25.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.7,-27.74 206.54,-19.65 196.15,-21.71 199.7,-27.74"/>
<path fill="none" stroke="#63b8ff" d="M147.85,-54.8C163.08,-45.83 182.48,-34.41 197.74,-25.42"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.39,-28.51 206.23,-20.42 195.84,-22.48 199.39,-28.51"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB