mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 06:12:11 +08:00
68 lines
2.9 KiB
XML
68 lines
2.9 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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- Title: numerical_methods/babylonian_method.cpp Pages: 1 -->
|
|
<svg width="192pt" height="93pt"
|
|
viewBox="0.00 0.00 191.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)">
|
|
<title>numerical_methods/babylonian_method.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="A babylonian method (BM) is an algorithm that computes the square root.">
|
|
<polygon fill="#999999" stroke="#666666" points="165,-85 14,-85 14,-55 165,-55 165,-85"/>
|
|
<text text-anchor="start" x="22" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/babylonian</text>
|
|
<text text-anchor="middle" x="89.5" 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="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="M73.77,-54.84C64.14,-46.17 51.81,-35.08 41.89,-26.15"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="44.01,-23.35 34.24,-19.27 39.33,-28.56 44.01,-23.35"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="111.5,-19 67.5,-19 67.5,0 111.5,0 111.5,-19"/>
|
|
<text text-anchor="middle" x="89.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M89.5,-54.84C89.5,-47.21 89.5,-37.7 89.5,-29.45"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="93,-29.27 89.5,-19.27 86,-29.27 93,-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="183.5,-19 129.5,-19 129.5,0 183.5,0 183.5,-19"/>
|
|
<text text-anchor="middle" x="156.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M105.72,-54.84C115.74,-46.09 128.61,-34.85 138.88,-25.88"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.23,-28.48 146.46,-19.27 136.63,-23.21 141.23,-28.48"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|