mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-17 12:02:22 +08:00
Documentation for 2c13a7a376
This commit is contained in:
@@ -0,0 +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,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="29,95,79,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="103,95,175,121"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
041115153393995d819ec678241e28e5
|
||||
53
d9/d0f/n__queens__all__solution__optimised_8cpp__incl.svg
Normal file
53
d9/d0f/n__queens__all__solution__optimised_8cpp__incl.svg
Normal file
@@ -0,0 +1,53 @@
|
||||
<?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 2.44.1 (20200629.0846)
|
||||
-->
|
||||
<!-- Title: backtracking/n_queens_all_solution_optimised.cpp Pages: 1 -->
|
||||
<svg width="145pt" height="95pt"
|
||||
viewBox="0.00 0.00 145.00 95.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 91)">
|
||||
<title>backtracking/n_queens_all_solution_optimised.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 141,-91 141,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="N queens all optimized">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-56.5 0,-86.5 137,-86.5 137,-56.5 0,-56.5"/>
|
||||
<text text-anchor="start" x="8" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/n_queens</text>
|
||||
<text text-anchor="middle" x="68.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_all_solution_optimised.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="17.5,-0.5 17.5,-19.5 55.5,-19.5 55.5,-0.5 17.5,-0.5"/>
|
||||
<text text-anchor="middle" x="36.5" y="-7.5" 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="midnightblue" d="M60.92,-56.4C56.46,-48.11 50.78,-37.55 46.02,-28.71"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="48.98,-26.81 41.16,-19.66 42.81,-30.12 48.98,-26.81"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="73.5,-0.5 73.5,-19.5 127.5,-19.5 127.5,-0.5 73.5,-0.5"/>
|
||||
<text text-anchor="middle" x="100.5" y="-7.5" 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="midnightblue" d="M76.08,-56.4C80.54,-48.11 86.22,-37.55 90.98,-28.71"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="94.19,-30.12 95.84,-19.66 88.02,-26.81 94.19,-30.12"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user