TheAlgorithms-C/d5/df4/group__sudoku_ga3a0ec150ac9d0cb6b28279d36d95d72f_cgraph.svg

67 lines
3.0 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 7.0.0 (20221023.0053)
-->
<!-- Title: OK Pages: 1 -->
<svg width="122pt" height="101pt"
viewBox="0.00 0.00 122.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>OK</title>
<!-- 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="#999999" stroke="#666666" points="31,-56 0,-56 0,-37 31,-37 31,-56"/>
<text text-anchor="middle" x="15.5" y="-44" 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="#666666" points="114,-93 67,-93 67,-74 114,-74 114,-93"/>
<text text-anchor="middle" x="90.5" y="-81" 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="#63b8ff" d="M31.27,-53.99C39.47,-58.14 49.97,-63.47 59.79,-68.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="58.19,-71.55 68.69,-72.95 61.35,-65.31 58.19,-71.55"/>
</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="#666666" points="112.5,-56 68.5,-56 68.5,-37 112.5,-37 112.5,-56"/>
<text text-anchor="middle" x="90.5" y="-44" 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="#63b8ff" d="M31.27,-46.5C38.63,-46.5 47.84,-46.5 56.75,-46.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.59,-50 66.59,-46.5 56.59,-43 56.59,-50"/>
</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="#666666" points="114,-19 67,-19 67,0 114,0 114,-19"/>
<text text-anchor="middle" x="90.5" y="-7" 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="#63b8ff" d="M31.27,-39.01C39.47,-34.86 49.97,-29.53 59.79,-24.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.35,-27.69 68.69,-20.05 58.19,-21.45 61.35,-27.69"/>
</g>
</g>
</svg>