TheAlgorithms-C/d5/df4/group__sudoku_ga3a0ec150ac9d0cb6b28279d36d95d72f_cgraph.svg

101 lines
4.2 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.1.0 (20230707.0739)
-->
<!-- Title: OK Pages: 1 -->
<svg width="120pt" height="101pt"
viewBox="0.00 0.00 120.25 101.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 97.25)">
<title>OK</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Check if element v is valid to place at (x,y) location.">
<polygon fill="#999999" stroke="#666666" points="30.25,-56.25 0,-56.25 0,-37 30.25,-37 30.25,-56.25"/>
<text text-anchor="middle" x="15.12" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">OK</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><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="112.25,-93.25 66.25,-93.25 66.25,-74 112.25,-74 112.25,-93.25"/>
<text text-anchor="middle" x="89.25" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">OKbox</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M30.72,-54.11C38.85,-58.28 49.26,-63.62 58.99,-68.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.26,-72.17 67.75,-73.62 60.45,-65.94 57.26,-72.17"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><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="110.75,-56.25 67.75,-56.25 67.75,-37 110.75,-37 110.75,-56.25"/>
<text text-anchor="middle" x="89.25" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">OKcol</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M30.72,-46.62C38.13,-46.62 47.44,-46.62 56.4,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.39,-50.13 66.39,-46.62 56.39,-43.13 56.39,-50.13"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><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="112.25,-19.25 66.25,-19.25 66.25,0 112.25,0 112.25,-19.25"/>
<text text-anchor="middle" x="89.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">OKrow</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M30.72,-39.14C38.85,-34.97 49.26,-29.63 58.99,-24.64"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.45,-27.31 67.75,-19.63 57.26,-21.08 60.45,-27.31"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>