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/n_queens_all_solution_optimised.cpp" name="backtracking/n_queens_all_solution_optimised.cpp">
<area shape="rect" id="Node000001" title="N queens all optimized" alt="" coords="5,5,187,46"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="28,94,79,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="88,48,69,82,64,79,83,45"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="88,48,70,81,65,79,83,45"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="103,94,174,120"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="109,45,128,79,123,82,104,48"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="109,45,127,79,122,81,104,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/n_queens_all_solution_optimised.cpp Pages: 1 -->
<svg width="144pt" 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="M60.09,-54.95C55.87,-47.19 50.64,-37.56 46.13,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="48.78,-27.82 40.93,-20.7 42.63,-31.16 48.78,-27.82"/>
<path fill="none" stroke="#63b8ff" d="M60.09,-54.95C55.97,-47.36 50.87,-37.99 46.43,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.51,-28.15 41.66,-21.03 43.36,-31.49 49.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="M75.91,-54.95C80.13,-47.19 85.36,-37.56 89.87,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.37,-31.16 95.07,-20.7 87.22,-27.82 93.37,-31.16"/>
<path fill="none" stroke="#63b8ff" d="M75.91,-54.95C80.03,-47.36 85.13,-37.99 89.57,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.64,-31.49 94.34,-21.03 86.49,-28.15 92.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/n_queens_all_solution_optimised.cpp Pages: 1 -->
<svg width="144pt" 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="M60.09,-54.95C55.87,-47.19 50.64,-37.56 46.13,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="48.78,-27.82 40.93,-20.7 42.63,-31.16 48.78,-27.82"/>
<path fill="none" stroke="#63b8ff" d="M60.09,-54.95C55.97,-47.36 50.87,-37.99 46.43,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.51,-28.15 41.66,-21.03 43.36,-31.49 49.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="M75.91,-54.95C80.13,-47.19 85.36,-37.56 89.87,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.37,-31.16 95.07,-20.7 87.22,-27.82 93.37,-31.16"/>
<path fill="none" stroke="#63b8ff" d="M75.91,-54.95C80.03,-47.36 85.13,-37.99 89.57,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.64,-31.49 94.34,-21.03 86.49,-28.15 92.64,-31.49"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB