Documentation for 0f8324ed49

This commit is contained in:
github-actions
2020-10-28 08:57:36 +00:00
parent c4b06e983d
commit da35a543e7
200 changed files with 5167 additions and 4678 deletions

View File

@@ -0,0 +1,53 @@
<?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 2.44.1 (20200629.0846)
-->
<!-- Title: math/sum_of_binomial_coefficient.cpp Pages: 1 -->
<svg width="130pt" height="95pt"
viewBox="0.00 0.00 129.50 95.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 91)">
<title>math/sum_of_binomial_coefficient.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 125.5,-91 125.5,4 -4,4"/>
<!-- Node1 -->
<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>
</a>
</g>
</g>
<!-- Node2 -->
<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>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;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"/>
</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>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;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"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB