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/nqueen_print_all_solutions.cpp" name="backtracking/nqueen_print_all_solutions.cpp">
<area shape="rect" id="Node000001" title="Eight Queens puzzle, printing all solutions" alt="" coords="5,5,163,46"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="16,94,67,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="76,48,57,82,52,79,71,45"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="76,48,58,81,53,79,71,45"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="91,94,162,120"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="97,45,116,79,111,82,92,48"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="97,45,115,79,110,81,92,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/nqueen_print_all_solutions.cpp Pages: 1 -->
<svg width="126pt" 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="M51.09,-54.95C46.87,-47.19 41.64,-37.56 37.13,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="39.78,-27.82 31.93,-20.7 33.63,-31.16 39.78,-27.82"/>
<path fill="none" stroke="#63b8ff" d="M51.09,-54.95C46.97,-47.36 41.87,-37.99 37.43,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.51,-28.15 32.66,-21.03 34.36,-31.49 40.51,-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="M66.91,-54.95C71.13,-47.19 76.36,-37.56 80.87,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="84.37,-31.16 86.07,-20.7 78.22,-27.82 84.37,-31.16"/>
<path fill="none" stroke="#63b8ff" d="M66.91,-54.95C71.03,-47.36 76.13,-37.99 80.57,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="83.64,-31.49 85.34,-21.03 77.49,-28.15 83.64,-31.49"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 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/nqueen_print_all_solutions.cpp Pages: 1 -->
<svg width="126pt" 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="M51.09,-54.95C46.87,-47.19 41.64,-37.56 37.13,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="39.78,-27.82 31.93,-20.7 33.63,-31.16 39.78,-27.82"/>
<path fill="none" stroke="#63b8ff" d="M51.09,-54.95C46.97,-47.36 41.87,-37.99 37.43,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.51,-28.15 32.66,-21.03 34.36,-31.49 40.51,-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="M66.91,-54.95C71.13,-47.19 76.36,-37.56 80.87,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="84.37,-31.16 86.07,-20.7 78.22,-27.82 84.37,-31.16"/>
<path fill="none" stroke="#63b8ff" d="M66.91,-54.95C71.03,-47.36 76.13,-37.99 80.57,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="83.64,-31.49 85.34,-21.03 77.49,-28.15 83.64,-31.49"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB