mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 15:09:45 +08:00
Documentation for 67e26cfbae
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<map id="math/sum_of_binomial_coefficient.cpp" name="math/sum_of_binomial_coefficient.cpp">
|
||||
<area shape="rect" id="node1" title="Algorithm to find sum of binomial coefficients of a given positive integer." alt="" coords="11,5,165,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,77,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="102,95,167,121"/>
|
||||
<area shape="rect" id="node1" title="Algorithm to find sum of binomial coefficients of a given positive integer." alt="" coords="8,5,161,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,71,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="95,95,167,121"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
ec545e280c9d9dba14eb05829a9a3e88
|
||||
3856e353bc3ec9fed39712f667c7758b
|
||||
@@ -13,9 +13,9 @@
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Algorithm to find sum of binomial coefficients of a given positive integer.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="4.5,-56.5 4.5,-86.5 119.5,-86.5 119.5,-56.5 4.5,-56.5"/>
|
||||
<text text-anchor="start" x="12.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/sum_of_binomial</text>
|
||||
<text text-anchor="middle" x="62" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_coefficient.cpp</text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="2,-56.5 2,-86.5 117,-86.5 117,-56.5 2,-56.5"/>
|
||||
<text text-anchor="start" x="10" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/sum_of_binomial</text>
|
||||
<text text-anchor="middle" x="59.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_coefficient.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -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="0,-0.5 0,-19.5 54,-19.5 54,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="27" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 49,-19.5 49,-0.5 0,-0.5"/>
|
||||
<text text-anchor="middle" x="24.5" y="-7.5" 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="midnightblue" d="M53.71,-56.4C48.78,-48.02 42.49,-37.33 37.25,-28.42"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="40.18,-26.5 32.09,-19.66 34.15,-30.05 40.18,-26.5"/>
|
||||
<path fill="none" stroke="midnightblue" d="M51.21,-56.4C46.28,-48.02 39.99,-37.33 34.75,-28.42"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="37.68,-26.5 29.59,-19.66 31.65,-30.05 37.68,-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="72.5,-0.5 72.5,-19.5 121.5,-19.5 121.5,-0.5 72.5,-0.5"/>
|
||||
<text text-anchor="middle" x="97" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="67.5,-0.5 67.5,-19.5 121.5,-19.5 121.5,-0.5 67.5,-0.5"/>
|
||||
<text text-anchor="middle" x="94.5" y="-7.5" 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="M70.29,-56.4C75.22,-48.02 81.51,-37.33 86.75,-28.42"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="89.85,-30.05 91.91,-19.66 83.82,-26.5 89.85,-30.05"/>
|
||||
<path fill="none" stroke="midnightblue" d="M67.79,-56.4C72.72,-48.02 79.01,-37.33 84.25,-28.42"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="87.35,-30.05 89.41,-19.66 81.32,-26.5 87.35,-30.05"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user