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 5.0.1 (20220820.1526)
-->
<!-- 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.97,-74.08C-3.83,-82.73 1.52,-92 20,-92 31.55,-92 37.97,-88.38 39.26,-83.55"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="42.57,-82.42 36.03,-74.08 35.94,-84.68 42.57,-82.42"/>
</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.73,-69.43 56.55,-71.06 65.66,-72.74"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="65.14,-76.2 75.61,-74.57 66.41,-69.32 65.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.11C57.05,-58.2 81.22,-53.98 99.29,-50.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="100.12,-54.23 109.37,-49.06 98.92,-47.33 100.12,-54.23"/>
</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.64C156.06,-56.94 180.33,-65.38 200.07,-72.23"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.03,-75.58 209.62,-75.55 201.32,-68.96 199.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.31,-46.5 181.12,-46.5 201.03,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="201.2,-50 211.2,-46.5 201.2,-43 201.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.36C156.06,-36.06 180.33,-27.62 200.07,-20.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="201.32,-24.04 209.62,-17.45 199.03,-17.42 201.32,-24.04"/>
</g>
</g>
</svg>