mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-25 02:53:18 +08:00
53 lines
2.2 KiB
XML
53 lines
2.2 KiB
XML
<?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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: backtracking/knight_tour.cpp Pages: 1 -->
|
|
<svg width="118pt" height="93pt"
|
|
viewBox="0.00 0.00 118.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)">
|
|
<title>backtracking/knight_tour.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Knight's tour algorithm">
|
|
<polygon fill="#999999" stroke="#666666" points="101.5,-85 0.5,-85 0.5,-55 101.5,-55 101.5,-85"/>
|
|
<text text-anchor="start" x="8.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/knight</text>
|
|
<text text-anchor="middle" x="51" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_tour.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="38,-19 0,-19 0,0 38,0 38,-19"/>
|
|
<text text-anchor="middle" x="19" y="-7" 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="M43.09,-54.54C38.92,-46.91 33.75,-37.46 29.27,-29.27"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="32.34,-27.6 24.47,-20.5 26.2,-30.96 32.34,-27.6"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="110,-19 56,-19 56,0 110,0 110,-19"/>
|
|
<text text-anchor="middle" x="83" y="-7" 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="M58.91,-54.54C63.08,-46.91 68.25,-37.46 72.73,-29.27"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.8,-30.96 77.53,-20.5 69.66,-27.6 75.8,-30.96"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|