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,7 +1,7 @@
<map id="backtracking/knight_tour.cpp" name="backtracking/knight_tour.cpp">
<area shape="rect" id="Node000001" title="Knight&#39;s tour algorithm" alt="" coords="6,5,140,46"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,56,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="65,48,46,82,42,79,60,45"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="65,48,47,81,42,79,60,45"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="80,94,152,120"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="86,45,105,79,100,82,81,48"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="86,45,104,79,100,81,81,48"/>
</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: backtracking/knight_tour.cpp Pages: 1 -->
<svg width="118pt" 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="M42.96,-54.95C38.75,-47.19 33.52,-37.56 29,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="31.66,-27.82 23.81,-20.7 25.51,-31.16 31.66,-27.82"/>
<path fill="none" stroke="#63b8ff" d="M42.96,-54.95C38.84,-47.36 33.75,-37.99 29.31,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="32.38,-28.15 24.53,-21.03 26.23,-31.49 32.38,-28.15"/>
</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="M58.79,-54.95C63,-47.19 68.23,-37.56 72.75,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.24,-31.16 77.94,-20.7 70.09,-27.82 76.24,-31.16"/>
<path fill="none" stroke="#63b8ff" d="M58.79,-54.95C62.91,-47.36 68,-37.99 72.44,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.52,-31.49 77.22,-21.03 69.37,-28.15 75.52,-31.49"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 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: backtracking/knight_tour.cpp Pages: 1 -->
<svg width="118pt" 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="M42.96,-54.95C38.75,-47.19 33.52,-37.56 29,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="31.66,-27.82 23.81,-20.7 25.51,-31.16 31.66,-27.82"/>
<path fill="none" stroke="#63b8ff" d="M42.96,-54.95C38.84,-47.36 33.75,-37.99 29.31,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="32.38,-28.15 24.53,-21.03 26.23,-31.49 32.38,-28.15"/>
</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="M58.79,-54.95C63,-47.19 68.23,-37.56 72.75,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.24,-31.16 77.94,-20.7 70.09,-27.82 76.24,-31.16"/>
<path fill="none" stroke="#63b8ff" d="M58.79,-54.95C62.91,-47.36 68,-37.99 72.44,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.52,-31.49 77.22,-21.03 69.37,-28.15 75.52,-31.49"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB