mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 05:42:59 +08:00
Documentation for 1a1570d775
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,31"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="51,79,123,104"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="51,79,123,105"/>
|
||||
</map>
|
||||
|
||||
@@ -1,19 +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 8.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: others/buzz_number.cpp Pages: 1 -->
|
||||
<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)">
|
||||
<svg width="131pt" height="83pt"
|
||||
viewBox="0.00 0.00 130.50 82.50" 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.5)">
|
||||
<title>others/buzz_number.cpp</title>
|
||||
<!-- 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="#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>
|
||||
<polygon fill="#999999" stroke="#666666" points="122.5,-74.5 0,-74.5 0,-55.25 122.5,-55.25 122.5,-74.5"/>
|
||||
<text text-anchor="middle" x="61.25" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">others/buzz_number.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,16 +21,16 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="88,-19.25 34.5,-19.25 34.5,0 88,0 88,-19.25"/>
|
||||
<text text-anchor="middle" x="61.25" y="-5.75" 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="#63b8ff" d="M61.5,-54.75C61.5,-48.11 61.5,-38.73 61.5,-30.31"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="65,-30.44 61.5,-20.44 58,-30.44 65,-30.44"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M61.25,-55.08C61.25,-48.42 61.25,-38.99 61.25,-30.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.75,-30.61 61.25,-20.61 57.75,-30.61 64.75,-30.61"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 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,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"/>
|
||||
<area shape="rect" id="node1" title="Sudoku Solver algorithm." alt="" coords="5,5,147,46"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="8,94,59,120"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="83,94,154,120"/>
|
||||
</map>
|
||||
|
||||
@@ -1,20 +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 8.0.2 (20230410.1723)
|
||||
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
||||
-->
|
||||
<!-- Title: backtracking/sudoku_solver.cpp Pages: 1 -->
|
||||
<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)">
|
||||
<svg width="120pt" height="94pt"
|
||||
viewBox="0.00 0.00 119.75 93.75" 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.75)">
|
||||
<title>backtracking/sudoku_solver.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Sudoku Solver algorithm.">
|
||||
<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>
|
||||
<polygon fill="#999999" stroke="#666666" points="106,-85.75 0,-85.75 0,-55.25 106,-55.25 106,-85.75"/>
|
||||
<text text-anchor="start" x="8" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">backtracking/sudoku</text>
|
||||
<text text-anchor="middle" x="53" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_solver.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,31 +22,31 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="39.88,-19.25 2.12,-19.25 2.12,0 39.88,0 39.88,-19.25"/>
|
||||
<text text-anchor="middle" x="21" y="-5.75" 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="#63b8ff" d="M45.59,-54.54C41.32,-46.74 36.01,-37.03 31.46,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="34.12,-27.27 26.25,-20.18 27.97,-30.63 34.12,-27.27"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M45.09,-54.95C40.87,-47.19 35.64,-37.56 31.13,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="33.78,-27.82 25.93,-20.7 27.63,-31.16 33.78,-27.82"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="111.75,-19.25 58.25,-19.25 58.25,0 111.75,0 111.75,-19.25"/>
|
||||
<text text-anchor="middle" x="85" y="-5.75" 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="#63b8ff" d="M61.41,-54.54C65.68,-46.74 70.99,-37.03 75.54,-28.71"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.03,-30.63 80.75,-20.18 72.88,-27.27 79.03,-30.63"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M60.91,-54.95C65.13,-47.19 70.36,-37.56 74.87,-29.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="78.37,-31.16 80.07,-20.7 72.22,-27.82 78.37,-31.16"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user