mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-26 03:23:57 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<map id="backtracking/n_queens_all_solution_optimised.cpp" name="backtracking/n_queens_all_solution_optimised.cpp">
|
||||
<area shape="rect" id="node1" title="N queens all optimized" alt="" coords="5,5,188,45"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="29,93,79,119"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="103,93,175,119"/>
|
||||
<area shape="rect" id="node1" title="N queens all optimized" alt="" coords="5,5,187,46"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="28,94,79,120"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="103,94,174,120"/>
|
||||
</map>
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
<?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.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: backtracking/n_queens_all_solution_optimised.cpp Pages: 1 -->
|
||||
<svg width="145pt" height="93pt"
|
||||
viewBox="0.00 0.00 145.00 93.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 89)">
|
||||
<svg width="144pt" height="94pt"
|
||||
viewBox="0.00 0.00 144.00 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 89.75)">
|
||||
<title>backtracking/n_queens_all_solution_optimised.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="N queens all optimized">
|
||||
<polygon fill="#999999" stroke="#666666" points="137,-85 0,-85 0,-55 137,-55 137,-85"/>
|
||||
<text text-anchor="start" x="8" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/n_queens</text>
|
||||
<text text-anchor="middle" x="68.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_all_solution_optimised.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="136,-85.75 0,-85.75 0,-55.25 136,-55.25 136,-85.75"/>
|
||||
<text text-anchor="start" x="8" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/n_queens</text>
|
||||
<text text-anchor="middle" x="68" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_all_solution_optimised.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,31 +22,31 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="55.5,-19 17.5,-19 17.5,0 55.5,0 55.5,-19"/>
|
||||
<text text-anchor="middle" x="36.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="54.88,-19.25 17.12,-19.25 17.12,0 54.88,0 54.88,-19.25"/>
|
||||
<text text-anchor="middle" x="36" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M60.59,-54.54C56.32,-46.74 51.01,-37.03 46.46,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.12,-27.27 41.25,-20.18 42.97,-30.63 49.12,-27.27"/>
|
||||
<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"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="127.5,-19 73.5,-19 73.5,0 127.5,0 127.5,-19"/>
|
||||
<text text-anchor="middle" x="100.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="126.75,-19.25 73.25,-19.25 73.25,0 126.75,0 126.75,-19.25"/>
|
||||
<text text-anchor="middle" x="100" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M76.41,-54.54C80.68,-46.74 85.99,-37.03 90.54,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="94.03,-30.63 95.75,-20.18 87.88,-27.27 94.03,-30.63"/>
|
||||
<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"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user