mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 11:37:18 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -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: math/sum_of_digits.cpp Pages: 1 -->
|
||||
<svg width="131pt" height="82pt"
|
||||
viewBox="0.00 0.00 130.50 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="130pt" height="83pt"
|
||||
viewBox="0.00 0.00 129.88 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>math/sum_of_digits.cpp</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="A C++ Program to find the Sum of Digits of input integer.">
|
||||
<polygon fill="#999999" stroke="#666666" points="121,-74 0,-74 0,-55 121,-55 121,-74"/>
|
||||
<text text-anchor="middle" x="60.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/sum_of_digits.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="120.25,-74.5 0,-74.5 0,-55.25 120.25,-55.25 120.25,-74.5"/>
|
||||
<text text-anchor="middle" x="60.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">math/sum_of_digits.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -21,31 +21,31 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="50,-19 1,-19 1,0 50,0 50,-19"/>
|
||||
<text text-anchor="middle" x="25.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="50.25,-19.25 2,-19.25 2,0 50.25,0 50.25,-19.25"/>
|
||||
<text text-anchor="middle" x="26.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#63b8ff" d="M54.72,-54.75C50.04,-47.66 43.28,-37.42 37.44,-28.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="39.84,-26.86 31.41,-20.44 34,-30.72 39.84,-26.86"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M54.51,-55.08C49.96,-47.96 43.4,-37.68 37.73,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="40.19,-27.15 31.86,-20.61 34.29,-30.92 40.19,-27.15"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="122.5,-19 68.5,-19 68.5,0 122.5,0 122.5,-19"/>
|
||||
<text text-anchor="middle" x="95.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="121.88,-19.25 68.38,-19.25 68.38,0 121.88,0 121.88,-19.25"/>
|
||||
<text text-anchor="middle" x="95.12" 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="M66.28,-54.75C70.96,-47.66 77.72,-37.42 83.56,-28.59"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="87,-30.72 89.59,-20.44 81.16,-26.86 87,-30.72"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M65.9,-55.08C70.59,-47.96 77.34,-37.68 83.18,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.65,-30.89 89.22,-20.61 80.8,-27.04 86.65,-30.89"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user