mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-22 12:52:48 +08:00
68 lines
2.8 KiB
XML
68 lines
2.8 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: numerical_methods/bisection_method.cpp Pages: 1 -->
|
|
<svg width="182pt" height="93pt"
|
|
viewBox="0.00 0.00 182.00 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)">
|
|
<title>numerical_methods/bisection_method.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Solve the equation  using bisection method">
|
|
<polygon fill="#999999" stroke="#666666" points="160.5,-85 17.5,-85 17.5,-55 160.5,-55 160.5,-85"/>
|
|
<text text-anchor="start" x="25.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/bisection</text>
|
|
<text text-anchor="middle" x="89" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_method.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="44,-19 0,-19 0,0 44,0 44,-19"/>
|
|
<text text-anchor="middle" x="22" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M72.78,-54.84C62.76,-46.09 49.89,-34.85 39.62,-25.88"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="41.87,-23.21 32.04,-19.27 37.27,-28.48 41.87,-23.21"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="116,-19 62,-19 62,0 116,0 116,-19"/>
|
|
<text text-anchor="middle" x="89" y="-7" 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="M89,-54.84C89,-47.21 89,-37.7 89,-29.45"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.5,-29.27 89,-19.27 85.5,-29.27 92.5,-29.27"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="174,-19 134,-19 134,0 174,0 174,-19"/>
|
|
<text text-anchor="middle" x="154" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M104.73,-54.84C114.36,-46.17 126.69,-35.08 136.61,-26.15"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.17,-28.56 144.26,-19.27 134.49,-23.35 139.17,-28.56"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|