Documentation for 4b7982a9f9

This commit is contained in:
github-actions
2022-08-25 00:40:49 +00:00
parent 11792e8233
commit ca6acdc719
40 changed files with 128 additions and 128 deletions

View File

@@ -0,0 +1,5 @@
<map id="backtracking/sudoku_solver.cpp" name="backtracking/sudoku_solver.cpp">
<area shape="rect" id="node1" title="Sudoku Solver algorithm." alt="" coords="5,5,148,47"/>
<area shape="rect" id="node2" title=" " alt="" coords="9,95,59,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="83,95,155,121"/>
</map>

View File

@@ -0,0 +1 @@
ac6daf993b08cccbba0332414e3d7d80

View File

@@ -0,0 +1,53 @@
<?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.0 (20220707.1540)
-->
<!-- Title: backtracking/sudoku_solver.cpp Pages: 1 -->
<svg width="121pt" height="95pt"
viewBox="0.00 0.00 120.50 95.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 91)">
<title>backtracking/sudoku_solver.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 116.5,-91 116.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Sudoku Solver algorithm.">
<polygon fill="#bfbfbf" stroke="black" points="0,-56.5 0,-86.5 107,-86.5 107,-56.5 0,-56.5"/>
<text text-anchor="start" x="8" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/sudoku</text>
<text text-anchor="middle" x="53.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_solver.cpp</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="2.5,-0.5 2.5,-19.5 40.5,-19.5 40.5,-0.5 2.5,-0.5"/>
<text text-anchor="middle" x="21.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</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="M45.92,-56.4C41.46,-48.11 35.78,-37.55 31.02,-28.71"/>
<polygon fill="midnightblue" stroke="midnightblue" points="33.98,-26.81 26.16,-19.66 27.81,-30.12 33.98,-26.81"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="58.5,-0.5 58.5,-19.5 112.5,-19.5 112.5,-0.5 58.5,-0.5"/>
<text text-anchor="middle" x="85.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</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="M61.08,-56.4C65.54,-48.11 71.22,-37.55 75.98,-28.71"/>
<polygon fill="midnightblue" stroke="midnightblue" points="79.19,-30.12 80.84,-19.66 73.02,-26.81 79.19,-30.12"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB