TheAlgorithms-C/d5/df4/group__sudoku_gadfe0ed5085b4775d8fa00b434cc0fdfc_cgraph.svg

103 lines
4.8 KiB
XML
Raw Normal View History

<?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.1 (20230327.1645)
-->
<!-- Title: solve Pages: 1 -->
<svg width="265pt" height="101pt"
viewBox="0.00 0.00 265.00 101.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 97)">
<title>solve</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Function to solve a partially filled sudoku matrix.">
<polygon fill="#999999" stroke="#666666" points="40,-74 0,-74 0,-55 40,-55 40,-74"/>
<text text-anchor="middle" x="20" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">solve</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge6" class="edge">
<title>Node1&#45;&gt;Node1</title>
<path fill="none" stroke="#63b8ff" d="M3.56,-74.37C-3.94,-82.94 1.54,-92 20,-92 30.38,-92 36.66,-89.13 38.83,-85.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="42.03,-84.37 36.44,-75.37 35.2,-85.89 42.03,-84.37"/>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d5/df4/group__sudoku.html#ga62e94fc39f116e2c81daed8f5437431b" target="_top" xlink:title="Find and get the location for next empty cell.">
<polygon fill="white" stroke="#666666" points="174,-93 76,-93 76,-74 174,-74 174,-93"/>
<text text-anchor="middle" x="125" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">get_next_unknown</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M40.37,-68.07C47.5,-69.39 55.99,-70.95 64.79,-72.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.14,-76.2 74.61,-74.57 65.41,-69.32 64.14,-76.2"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d5/df4/group__sudoku.html#ga3a0ec150ac9d0cb6b28279d36d95d72f" target="_top" xlink:title="Check if element v is valid to place at (x,y) location.">
<polygon fill="white" stroke="#666666" points="140.5,-56 109.5,-56 109.5,-37 140.5,-37 140.5,-56"/>
<text text-anchor="middle" x="125" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">OK</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M40.37,-61.11C56.8,-58.24 80.49,-54.1 98.46,-50.96"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="98.81,-54.28 108.06,-49.11 97.6,-47.39 98.81,-54.28"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1" target="_top" xlink:title="Check if a 3x3 box is valid.">
<polygon fill="white" stroke="#666666" points="257,-93 210,-93 210,-74 257,-74 257,-93"/>
<text text-anchor="middle" x="233.5" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">OKbox</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M140.81,-51.64C155.85,-56.87 179.67,-65.15 199.26,-71.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="198.03,-75.58 208.62,-75.55 200.32,-68.96 198.03,-75.58"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a" target="_top" xlink:title="Check if y^th column is valid.">
<polygon fill="white" stroke="#666666" points="255.5,-56 211.5,-56 211.5,-37 255.5,-37 255.5,-56"/>
<text text-anchor="middle" x="233.5" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">OKcol</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M140.81,-46.5C156.17,-46.5 180.67,-46.5 200.48,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.2,-50 210.2,-46.5 200.2,-43 200.2,-50"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55" target="_top" xlink:title="Check if x^th row is valid.">
<polygon fill="white" stroke="#666666" points="257,-19 210,-19 210,0 257,0 257,-19"/>
<text text-anchor="middle" x="233.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">OKrow</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node3&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M140.81,-41.36C155.85,-36.13 179.67,-27.85 199.26,-21.05"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.32,-24.04 208.62,-17.45 198.03,-17.42 200.32,-24.04"/>
</g>
</g>
</svg>