mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 01:02:46 +08:00
82 lines
3.3 KiB
XML
82 lines
3.3 KiB
XML
<?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 5.0.1 (20220820.1526)
|
|
-->
|
|
<!-- Title: math/binomial_calculate.cpp Pages: 1 -->
|
|
<svg width="258pt" height="82pt"
|
|
viewBox="0.00 0.00 257.50 82.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 78)">
|
|
<title>math/binomial_calculate.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Program to calculate Binomial coefficients">
|
|
<polygon fill="#999999" stroke="#666666" points="192.5,-74 52.5,-74 52.5,-55 192.5,-55 192.5,-74"/>
|
|
<text text-anchor="middle" x="122.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/binomial_calculate.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<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>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M106.75,-54.98C91.27,-46.61 67.41,-33.7 49.36,-23.95"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="50.99,-20.85 40.53,-19.17 47.66,-27.01 50.99,-20.85"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="113.5,-19 67.5,-19 67.5,0 113.5,0 113.5,-19"/>
|
|
<text text-anchor="middle" x="90.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cstdint</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M117.22,-54.75C112.79,-47.42 106.34,-36.73 100.88,-27.7"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.85,-25.84 95.69,-19.09 97.86,-29.46 103.85,-25.84"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="177,-19 132,-19 132,0 177,0 177,-19"/>
|
|
<text text-anchor="middle" x="154.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cstdlib</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M127.78,-54.75C132.21,-47.42 138.66,-36.73 144.12,-27.7"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.14,-29.46 149.31,-19.09 141.15,-25.84 147.14,-29.46"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="249.5,-19 195.5,-19 195.5,0 249.5,0 249.5,-19"/>
|
|
<text text-anchor="middle" x="222.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M138.57,-54.98C154.36,-46.61 178.72,-33.7 197.13,-23.95"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="198.94,-26.95 206.14,-19.17 195.67,-20.76 198.94,-26.95"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|