Documentation for dcf5fa4241

This commit is contained in:
github-actions
2020-07-25 03:02:10 +00:00
parent 705d498d06
commit 7589ff65e6
27 changed files with 218 additions and 206 deletions

View File

@@ -1,5 +1,5 @@
<map id="math/number_of_positive_divisors.cpp" name="math/number_of_positive_divisors.cpp">
<area shape="rect" id="node1" title="C++ Program to calculate number of divisors." alt="" coords="5,5,173,47"/>
<area shape="rect" id="node2" title=" " alt="" coords="9,95,81,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="105,95,164,121"/>
<area shape="rect" id="node1" title="C++ Program to calculate the number of positive divisors." alt="" coords="5,5,173,47"/>
<area shape="rect" id="node2" title=" " alt="" coords="10,95,75,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="100,95,172,121"/>
</map>

View File

@@ -1 +1 @@
a9574d13c4fc98e06be35d20b3a84993
c1ee0ec607d2784b77fc0e2c6ce814a1

View File

@@ -12,7 +12,7 @@
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="C++ Program to calculate number of divisors.">
<g id="a_node1"><a xlink:title="C++ Program to calculate the number of positive divisors.">
<polygon fill="#bfbfbf" stroke="black" points="0,-56.5 0,-86.5 126,-86.5 126,-56.5 0,-56.5"/>
<text text-anchor="start" x="8" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/number_of_positive</text>
<text text-anchor="middle" x="63" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_divisors.cpp</text>
@@ -23,31 +23,31 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="3,-0.5 3,-19.5 57,-19.5 57,-0.5 3,-0.5"/>
<text text-anchor="middle" x="30" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
<polygon fill="white" stroke="#bfbfbf" points="3.5,-0.5 3.5,-19.5 52.5,-19.5 52.5,-0.5 3.5,-0.5"/>
<text text-anchor="middle" x="28" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</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="M55.18,-56.4C50.53,-48.02 44.6,-37.33 39.66,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="42.71,-26.71 34.8,-19.66 36.59,-30.1 42.71,-26.71"/>
<path fill="none" stroke="midnightblue" d="M54.71,-56.4C49.78,-48.02 43.49,-37.33 38.25,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="41.18,-26.5 33.09,-19.66 35.15,-30.05 41.18,-26.5"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="75,-0.5 75,-19.5 119,-19.5 119,-0.5 75,-0.5"/>
<text text-anchor="middle" x="97" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
<polygon fill="white" stroke="#bfbfbf" points="71,-0.5 71,-19.5 125,-19.5 125,-0.5 71,-0.5"/>
<text text-anchor="middle" x="98" 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="M71.06,-56.4C75.85,-48.02 81.96,-37.33 87.04,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="90.13,-30.08 92.05,-19.66 84.05,-26.6 90.13,-30.08"/>
<path fill="none" stroke="midnightblue" d="M71.29,-56.4C76.22,-48.02 82.51,-37.33 87.75,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="90.85,-30.05 92.91,-19.66 84.82,-26.5 90.85,-30.05"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB