mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
53 lines
2.4 KiB
XML
53 lines
2.4 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 2.44.1 (20200629.0846)
|
|
-->
|
|
<!-- Title: binomial_x_successes Pages: 1 -->
|
|
<svg width="214pt" height="66pt"
|
|
viewBox="0.00 0.00 214.00 66.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 62)">
|
|
<title>binomial_x_successes</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 210,-62 210,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 116,-38.5 116,-19.5 0,-19.5"/>
|
|
<text text-anchor="middle" x="58" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">binomial_x_successes</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../d6/db0/binomial__dist_8cpp.html#a78d36635232e54b5d71fcbf1eac9a49a" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="163,-38.5 163,-57.5 195,-57.5 195,-38.5 163,-38.5"/>
|
|
<text text-anchor="middle" x="179" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">nCr</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M116.06,-38.11C128.94,-40.17 141.98,-42.25 152.75,-43.97"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="152.24,-47.43 162.67,-45.55 153.35,-40.52 152.24,-47.43"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="152,-0.5 152,-19.5 206,-19.5 206,-0.5 152,-0.5"/>
|
|
<text text-anchor="middle" x="179" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M116.06,-19.89C124.87,-18.48 133.75,-17.07 141.92,-15.76"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="142.52,-19.21 151.85,-14.18 141.42,-12.3 142.52,-19.21"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|