mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
68 lines
3.1 KiB
XML
68 lines
3.1 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.49.1 (20210923.0004)
|
|
-->
|
|
<!-- Title: fib_Accurate Pages: 1 -->
|
|
<svg width="278pt" height="66pt"
|
|
viewBox="0.00 0.00 278.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>fib_Accurate</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 274,-62 274,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 72,-38.5 72,-19.5 0,-19.5"/>
|
|
<text text-anchor="middle" x="36" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">fib_Accurate</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../de/d47/string__fibonacci_8cpp.html#a28052eee05d43c2ebc5147c52bd50c35" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="108,-19.5 108,-38.5 141,-38.5 141,-19.5 108,-19.5"/>
|
|
<text text-anchor="middle" x="124.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">add</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M72.18,-29C80.67,-29 89.59,-29 97.57,-29"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="97.74,-32.5 107.74,-29 97.74,-25.5 97.74,-32.5"/>
|
|
</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/string/basic_string/size.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="177,-38.5 177,-57.5 270,-57.5 270,-38.5 177,-38.5"/>
|
|
<text text-anchor="middle" x="223.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::length</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M141.08,-32.05C148.32,-33.47 157.4,-35.25 166.86,-37.1"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="166.29,-40.56 176.78,-39.04 167.64,-33.69 166.29,-40.56"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/string/basic_string/substr.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="177,-0.5 177,-19.5 270,-19.5 270,-0.5 177,-0.5"/>
|
|
<text text-anchor="middle" x="223.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::string::substr</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node2->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M141.08,-25.95C148.32,-24.53 157.4,-22.75 166.86,-20.9"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="167.64,-24.31 176.78,-18.96 166.29,-17.44 167.64,-24.31"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|