mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +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: 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)">
|
||||
<svg width="189pt" height="94pt"
|
||||
viewBox="0.00 0.00 188.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>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>
|
||||
<polygon fill="#999999" stroke="#666666" points="163.25,-85.75 13,-85.75 13,-55.25 163.25,-55.25 163.25,-85.75"/>
|
||||
<text text-anchor="start" x="21" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/babylonian</text>
|
||||
<text text-anchor="middle" x="88.12" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_method.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -22,46 +22,46 @@
|
||||
<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="M73.43,-54.54C63.99,-46.04 52.04,-35.29 42.31,-26.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="44.91,-24.26 35.14,-20.18 40.23,-29.47 44.91,-24.26"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M72.3,-54.95C63.12,-46.5 51.53,-35.83 42.01,-27.08"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="44.72,-24.9 34.99,-20.7 39.98,-30.05 44.72,-24.9"/>
|
||||
</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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="109.62,-19.25 66.62,-19.25 66.62,0 109.62,0 109.62,-19.25"/>
|
||||
<text text-anchor="middle" x="88.12" y="-5.75" 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.54C89.5,-47.17 89.5,-38.1 89.5,-30.11"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="93,-30.18 89.5,-20.18 86,-30.18 93,-30.18"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M88.12,-54.95C88.12,-47.62 88.12,-38.62 88.12,-30.66"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.63,-30.7 88.12,-20.7 84.63,-30.7 91.63,-30.7"/>
|
||||
</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>
|
||||
<polygon fill="#e0e0e0" stroke="#999999" points="180.88,-19.25 127.38,-19.25 127.38,0 180.88,0 180.88,-19.25"/>
|
||||
<text text-anchor="middle" x="154.12" y="-5.75" 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="M106.06,-54.54C115.89,-45.96 128.36,-35.07 138.45,-26.26"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="140.33,-28.39 145.56,-19.18 135.73,-23.12 140.33,-28.39"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M104.44,-54.95C114.01,-46.41 126.11,-35.62 135.98,-26.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.82,-29.97 142.95,-20.7 133.16,-24.75 137.82,-29.97"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user