mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-10 14:07:06 +08:00
Documentation for db149bf3b7
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<map id="others/buzz_number.cpp" name="others/buzz_number.cpp">
|
||||
<area shape="rect" id="node1" title="A buzz number is a number that is either divisible by 7 or has last digit as 7." alt="" coords="5,5,169,32"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="51,80,123,107"/>
|
||||
<area shape="rect" id="node1" title="A buzz number is a number that is either divisible by 7 or has last digit as 7." alt="" coords="5,5,169,31"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="51,79,123,104"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1b31a059966c8ec67cb02a205e5e3b80
|
||||
88a7de3995dcc618917b18101f38e9d7
|
||||
@@ -1,20 +1,19 @@
|
||||
<?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)
|
||||
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
||||
-->
|
||||
<!-- Title: others/buzz_number.cpp Pages: 1 -->
|
||||
<svg width="131pt" height="84pt"
|
||||
viewBox="0.00 0.00 131.00 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)">
|
||||
<svg width="131pt" height="82pt"
|
||||
viewBox="0.00 0.00 131.00 82.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 78)">
|
||||
<title>others/buzz_number.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 127,-80 127,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="A buzz number is a number that is either divisible by 7 or has last digit as 7.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-56.5 0,-75.5 123,-75.5 123,-56.5 0,-56.5"/>
|
||||
<text text-anchor="middle" x="61.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">others/buzz_number.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="123,-74 0,-74 0,-55 123,-55 123,-74"/>
|
||||
<text text-anchor="middle" x="61.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">others/buzz_number.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,16 +21,16 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="34.5,-0.5 34.5,-19.5 88.5,-19.5 88.5,-0.5 34.5,-0.5"/>
|
||||
<text text-anchor="middle" x="61.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="88.5,-19 34.5,-19 34.5,0 88.5,0 88.5,-19"/>
|
||||
<text text-anchor="middle" x="61.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M61.5,-56.08C61.5,-49.01 61.5,-38.86 61.5,-29.99"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="65,-29.75 61.5,-19.75 58,-29.75 65,-29.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M61.5,-54.75C61.5,-47.8 61.5,-37.85 61.5,-29.13"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65,-29.09 61.5,-19.09 58,-29.09 65,-29.09"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
@@ -1,5 +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"/>
|
||||
<area shape="rect" id="node1" title="Sudoku Solver algorithm." alt="" coords="5,5,148,45"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="9,93,59,119"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="83,93,155,119"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
ac6daf993b08cccbba0332414e3d7d80
|
||||
a696bfaf1e2fe38f37606e460ad29859
|
||||
@@ -1,21 +1,20 @@
|
||||
<?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)
|
||||
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
|
||||
-->
|
||||
<!-- 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)">
|
||||
<svg width="121pt" height="93pt"
|
||||
viewBox="0.00 0.00 120.50 93.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 89)">
|
||||
<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>
|
||||
<polygon fill="#999999" stroke="#666666" points="107,-85 0,-85 0,-55 107,-55 107,-85"/>
|
||||
<text text-anchor="start" x="8" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/sudoku</text>
|
||||
<text text-anchor="middle" x="53.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_solver.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -23,31 +22,31 @@
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="40.5,-19 2.5,-19 2.5,0 40.5,0 40.5,-19"/>
|
||||
<text text-anchor="middle" x="21.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->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"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M45.75,-54.84C41.35,-46.78 35.79,-36.62 31.1,-28.06"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="34.16,-26.36 26.3,-19.27 28.02,-29.72 34.16,-26.36"/>
|
||||
</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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="112.5,-19 58.5,-19 58.5,0 112.5,0 112.5,-19"/>
|
||||
<text text-anchor="middle" x="85.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->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"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M61.25,-54.84C65.65,-46.78 71.21,-36.62 75.9,-28.06"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="78.98,-29.72 80.7,-19.27 72.84,-26.36 78.98,-29.72"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user