mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
128 lines
5.4 KiB
XML
128 lines
5.4 KiB
XML
|
<?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.0 (20200408.0750)
|
||
|
-->
|
||
|
<!-- Title: misc/sudoku_solver.c Pages: 1 -->
|
||
|
<svg width="475pt" height="84pt"
|
||
|
viewBox="0.00 0.00 474.50 84.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 80)">
|
||
|
<title>misc/sudoku_solver.c</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 470.5,-80 470.5,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Sudoku Solver using recursive implementation of brute-force algorithm.">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="185.5,-56.5 185.5,-75.5 296.5,-75.5 296.5,-56.5 185.5,-56.5"/>
|
||
|
<text text-anchor="middle" x="241" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">misc/sudoku_solver.c</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 52,-19.5 52,-0.5 0,-0.5"/>
|
||
|
<text text-anchor="middle" x="26" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M206.48,-56.44C172.21,-47.93 117.93,-34.41 62.07,-20.26"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="62.92,-16.87 52.37,-17.8 61.2,-23.65 62.92,-16.87"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="70.5,-0.5 70.5,-19.5 129.5,-19.5 129.5,-0.5 70.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="100" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">inttypes.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M218.66,-56.44C195.25,-47.48 158.26,-33.31 131.81,-23.18"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="132.83,-19.82 122.24,-19.52 130.32,-26.36 132.83,-19.82"/>
|
||
|
</g>
|
||
|
<!-- Node4 -->
|
||
|
<g id="node4" class="node">
|
||
|
<title>Node4</title>
|
||
|
<g id="a_node4"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="147.5,-0.5 147.5,-19.5 194.5,-19.5 194.5,-0.5 147.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="171" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">math.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node4 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node1->Node4</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M229.75,-56.32C219.2,-48.18 203.2,-35.84 190.56,-26.09"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="192.51,-23.17 182.45,-19.83 188.23,-28.71 192.51,-23.17"/>
|
||
|
</g>
|
||
|
<!-- Node5 -->
|
||
|
<g id="node5" class="node">
|
||
|
<title>Node5</title>
|
||
|
<g id="a_node5"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="213,-0.5 213,-19.5 269,-19.5 269,-0.5 213,-0.5"/>
|
||
|
<text text-anchor="middle" x="241" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdbool.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node5 -->
|
||
|
<g id="edge4" class="edge">
|
||
|
<title>Node1->Node5</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M241,-56.08C241,-49.01 241,-38.86 241,-29.99"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="244.5,-29.75 241,-19.75 237.5,-29.75 244.5,-29.75"/>
|
||
|
</g>
|
||
|
<!-- Node6 -->
|
||
|
<g id="node6" class="node">
|
||
|
<title>Node6</title>
|
||
|
<g id="a_node6"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="287,-0.5 287,-19.5 333,-19.5 333,-0.5 287,-0.5"/>
|
||
|
<text text-anchor="middle" x="310" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node6 -->
|
||
|
<g id="edge5" class="edge">
|
||
|
<title>Node1->Node6</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M252.09,-56.32C262.49,-48.18 278.26,-35.84 290.72,-26.09"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="292.99,-28.75 298.71,-19.83 288.68,-23.24 292.99,-28.75"/>
|
||
|
</g>
|
||
|
<!-- Node7 -->
|
||
|
<g id="node7" class="node">
|
||
|
<title>Node7</title>
|
||
|
<g id="a_node7"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="351,-0.5 351,-19.5 399,-19.5 399,-0.5 351,-0.5"/>
|
||
|
<text text-anchor="middle" x="375" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node7 -->
|
||
|
<g id="edge6" class="edge">
|
||
|
<title>Node1->Node7</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M262.23,-56.44C284.38,-47.52 319.32,-33.44 344.44,-23.32"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="345.9,-26.5 353.87,-19.52 343.28,-20.01 345.9,-26.5"/>
|
||
|
</g>
|
||
|
<!-- Node8 -->
|
||
|
<g id="node8" class="node">
|
||
|
<title>Node8</title>
|
||
|
<g id="a_node8"><a xlink:title=" ">
|
||
|
<polygon fill="white" stroke="#bfbfbf" points="417.5,-0.5 417.5,-19.5 466.5,-19.5 466.5,-0.5 417.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="442" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node8 -->
|
||
|
<g id="edge7" class="edge">
|
||
|
<title>Node1->Node8</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M272.85,-56.44C309.48,-46.6 369.41,-30.5 407.23,-20.34"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="408.52,-23.62 417.27,-17.64 406.7,-16.86 408.52,-23.62"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|