mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-24 02:23:10 +08:00
Documentation for 1a1570d775
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<?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_binomial_coefficient.cpp Pages: 1 -->
|
||||
<svg width="130pt" height="93pt"
|
||||
viewBox="0.00 0.00 129.50 93.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 89)">
|
||||
<svg width="128pt" height="94pt"
|
||||
viewBox="0.00 0.00 127.88 93.75" 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 89.75)">
|
||||
<title>math/sum_of_binomial_coefficient.cpp</title>
|
||||
<!-- 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="#999999" stroke="#666666" points="117,-85 2,-85 2,-55 117,-55 117,-85"/>
|
||||
<text text-anchor="start" x="10" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">math/sum_of_binomial</text>
|
||||
<text text-anchor="middle" x="59.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_coefficient.cpp</text>
|
||||
<polygon fill="#999999" stroke="#666666" points="115.25,-85.75 1,-85.75 1,-55.25 115.25,-55.25 115.25,-85.75"/>
|
||||
<text text-anchor="start" x="9" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">math/sum_of_binomial</text>
|
||||
<text text-anchor="middle" x="58.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_coefficient.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,31 +22,31 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="49,-19 0,-19 0,0 49,0 49,-19"/>
|
||||
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="48.25,-19.25 0,-19.25 0,0 48.25,0 48.25,-19.25"/>
|
||||
<text text-anchor="middle" x="24.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="M50.85,-54.54C46.13,-46.65 40.24,-36.81 35.23,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.83,-26.96 29.69,-20.18 31.82,-30.55 37.83,-26.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M49.72,-54.95C45.19,-47.1 39.56,-37.35 34.73,-28.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="37.4,-27.61 29.37,-20.7 31.34,-31.11 37.4,-27.61"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="121.5,-19 67.5,-19 67.5,0 121.5,0 121.5,-19"/>
|
||||
<text text-anchor="middle" x="94.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="119.88,-19.25 66.38,-19.25 66.38,0 119.88,0 119.88,-19.25"/>
|
||||
<text text-anchor="middle" x="93.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="M68.15,-54.54C72.87,-46.65 78.76,-36.81 83.77,-28.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.18,-30.55 89.31,-20.18 81.17,-26.96 87.18,-30.55"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M66.78,-54.95C71.44,-47.1 77.24,-37.35 82.21,-28.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.63,-31.09 87.73,-20.7 79.61,-27.51 85.63,-31.09"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Reference in New Issue
Block a user