mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-16 14:14:27 +08:00
53 lines
2.3 KiB
XML
53 lines
2.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 2.44.0 (20200408.0750)
|
|
-->
|
|
<!-- Title: main Pages: 1 -->
|
|
<svg width="114pt" height="66pt"
|
|
viewBox="0.00 0.00 114.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>main</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 110,-62 110,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 38,-38.5 38,-19.5 0,-19.5"/>
|
|
<text text-anchor="middle" x="19" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../df/dc8/successive__approximation_8cpp.html#a79c1d08919ff7780a5d7723172602389" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="75.5,-38.5 75.5,-57.5 104.5,-57.5 104.5,-38.5 75.5,-38.5"/>
|
|
<text text-anchor="middle" x="90" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">eq</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M38.13,-33.99C46.51,-36.3 56.57,-39.07 65.52,-41.53"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="64.78,-44.96 75.35,-44.24 66.64,-38.21 64.78,-44.96"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../df/dc8/successive__approximation_8cpp.html#ae89c36add7c55298c5195d0a83de1456" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="74,-0.5 74,-19.5 106,-19.5 106,-0.5 74,-0.5"/>
|
|
<text text-anchor="middle" x="90" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">eqd</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M38.13,-24.01C45.96,-21.85 55.26,-19.29 63.76,-16.95"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="64.85,-20.28 73.56,-14.25 62.99,-13.53 64.85,-20.28"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|