mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-28 04:24:26 +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.44.1 (20200629.0846)
|
|
-->
|
|
<!-- Title: fib_Accurate Pages: 1 -->
|
|
<svg width="276pt" height="66pt"
|
|
viewBox="0.00 0.00 276.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 272,-62 272,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 71,-38.5 71,-19.5 0,-19.5"/>
|
|
<text text-anchor="middle" x="35.5" 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="107,-19.5 107,-38.5 139,-38.5 139,-19.5 107,-19.5"/>
|
|
<text text-anchor="middle" x="123" 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="M71.28,-29C79.79,-29 88.75,-29 96.73,-29"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="96.86,-32.5 106.86,-29 96.86,-25.5 96.86,-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#" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="175.5,-38.5 175.5,-57.5 267.5,-57.5 267.5,-38.5 175.5,-38.5"/>
|
|
<text text-anchor="middle" x="221.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="M139.08,-31.97C146.47,-33.42 155.88,-35.28 165.66,-37.2"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="165.01,-40.64 175.5,-39.14 166.36,-33.77 165.01,-40.64"/>
|
|
</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#" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="175,-0.5 175,-19.5 268,-19.5 268,-0.5 175,-0.5"/>
|
|
<text text-anchor="middle" x="221.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="M139.08,-26.03C146.24,-24.62 155.29,-22.84 164.73,-20.98"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="165.52,-24.39 174.65,-19.03 164.16,-17.52 165.52,-24.39"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|