TheAlgorithms-C/d5/df4/group__sudoku_ga3a0ec150ac9d0cb6b28279d36d95d72f_cgraph.svg

68 lines
3.1 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 2.44.1 (20200629.0846)
-->
<!-- Title: OK Pages: 1 -->
<svg width="122pt" height="104pt"
viewBox="0.00 0.00 122.00 104.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 100)">
<title>OK</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-100 118,-100 118,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Check if element v is valid to place at (x,y) location.">
<polygon fill="#bfbfbf" stroke="black" points="0,-38.5 0,-57.5 31,-57.5 31,-38.5 0,-38.5"/>
<text text-anchor="middle" x="15.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">OK</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d5/df4/group__sudoku.html#ga1cd43df3f4187845ce186042fe53e6f1" target="_top" xlink:title="Check if a 3x3 box is valid.">
<polygon fill="white" stroke="black" points="67,-76.5 67,-95.5 114,-95.5 114,-76.5 67,-76.5"/>
<text text-anchor="middle" x="90.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">OKbox</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M31.27,-55.69C40.08,-60.27 51.53,-66.24 61.95,-71.66"/>
<polygon fill="midnightblue" stroke="midnightblue" points="60.63,-74.92 71.12,-76.43 63.87,-68.71 60.63,-74.92"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d5/df4/group__sudoku.html#ga6503128d4f5ce0a0826f72f73f9e0b2a" target="_top" xlink:title="Check if y^th column is valid.">
<polygon fill="white" stroke="black" points="68.5,-38.5 68.5,-57.5 112.5,-57.5 112.5,-38.5 68.5,-38.5"/>
<text text-anchor="middle" x="90.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">OKcol</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M31.27,-48C39.02,-48 48.83,-48 58.17,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="58.39,-51.5 68.39,-48 58.39,-44.5 58.39,-51.5"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d5/df4/group__sudoku.html#ga85d25d3b40017436f264a103685e4c55" target="_top" xlink:title="Check if x^th row is valid.">
<polygon fill="white" stroke="black" points="67,-0.5 67,-19.5 114,-19.5 114,-0.5 67,-0.5"/>
<text text-anchor="middle" x="90.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">OKrow</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M31.27,-40.31C40.08,-35.73 51.53,-29.76 61.95,-24.34"/>
<polygon fill="midnightblue" stroke="midnightblue" points="63.87,-27.29 71.12,-19.57 60.63,-21.08 63.87,-27.29"/>
</g>
</g>
</svg>