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.cpp" name="backtracking/n_queens.cpp">
<area shape="rect" id="Node000001" title="Eight Queens puzzle" alt="" coords="5,5,186,31"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="28,79,78,105"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="91,33,70,68,65,65,86,30"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="91,33,70,67,66,64,86,30"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="103,79,174,105"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="105,30,126,65,121,68,100,33"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="105,30,125,64,121,67,100,33"/>
</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.cpp Pages: 1 -->
<svg width="143pt" height="83pt"
@@ -40,8 +40,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="M62.34,-55.08C58.06,-47.96 51.88,-37.68 46.55,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.17,-27.38 41.02,-20.61 43.17,-30.98 49.17,-27.38"/>
<path fill="none" stroke="#63b8ff" d="M62.34,-55.08C58.15,-48.11 52.15,-38.12 46.89,-29.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.95,-27.68 41.8,-20.91 43.95,-31.28 49.95,-27.68"/>
</a>
</g>
</g>
@@ -58,8 +58,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="M72.91,-55.08C77.19,-47.96 83.37,-37.68 88.7,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.08,-30.98 94.23,-20.61 86.08,-27.38 92.08,-30.98"/>
<path fill="none" stroke="#63b8ff" d="M72.91,-55.08C77.1,-48.11 83.1,-38.12 88.36,-29.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.3,-31.28 93.45,-20.91 85.3,-27.68 91.3,-31.28"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 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.cpp Pages: 1 -->
<svg width="143pt" height="83pt"
@@ -30,8 +30,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="M62.34,-55.08C58.06,-47.96 51.88,-37.68 46.55,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.17,-27.38 41.02,-20.61 43.17,-30.98 49.17,-27.38"/>
<path fill="none" stroke="#63b8ff" d="M62.34,-55.08C58.15,-48.11 52.15,-38.12 46.89,-29.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.95,-27.68 41.8,-20.91 43.95,-31.28 49.95,-27.68"/>
</a>
</g>
</g>
@@ -48,8 +48,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="M72.91,-55.08C77.19,-47.96 83.37,-37.68 88.7,-28.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.08,-30.98 94.23,-20.61 86.08,-27.38 92.08,-30.98"/>
<path fill="none" stroke="#63b8ff" d="M72.91,-55.08C77.1,-48.11 83.1,-38.12 88.36,-29.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.3,-31.28 93.45,-20.91 85.3,-27.68 91.3,-31.28"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB