Documentation for e3f0551f98

This commit is contained in:
github-actions
2023-06-23 20:15:13 +00:00
parent ea0b8cdbc5
commit 2dacb46e30
61 changed files with 757 additions and 685 deletions

View File

@@ -1,5 +1,5 @@
<map id="math/check_amicable_pair.cpp" name="math/check_amicable_pair.cpp">
<area shape="rect" id="Node000001" title="A C++ Program to check whether a pair of number is amicable pair or not." alt="" coords="9,5,157,46"/>
<area shape="rect" id="Node000001" title="A C++ Program to check whether a pair of numbers is an amicable pair or not." alt="" coords="9,5,157,46"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,70,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="74,48,54,82,49,80,69,45"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="94,94,165,120"/>

View File

@@ -1 +1 @@
4684e61fda9303cfab368facf1252e2b
b6c230cc9b579b0df9b9c1bfd9afb41e

View File

@@ -21,7 +21,7 @@
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="A C++ Program to check whether a pair of number is amicable pair or not.">
<g id="a_Node000001"><a xlink:title="A C++ Program to check whether a pair of numbers is an amicable pair or not.">
<polygon fill="#999999" stroke="#666666" points="113.75,-85.75 2.5,-85.75 2.5,-55.25 113.75,-55.25 113.75,-85.75"/>
<text text-anchor="start" x="10.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">math/check_amicable</text>
<text text-anchor="middle" x="58.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_pair.cpp</text>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -11,7 +11,7 @@
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="A C++ Program to check whether a pair of number is amicable pair or not.">
<g id="a_Node000001"><a xlink:title="A C++ Program to check whether a pair of numbers is an amicable pair or not.">
<polygon fill="#999999" stroke="#666666" points="113.75,-85.75 2.5,-85.75 2.5,-55.25 113.75,-55.25 113.75,-85.75"/>
<text text-anchor="start" x="10.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">math/check_amicable</text>
<text text-anchor="middle" x="58.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_pair.cpp</text>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB