mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-03 10:10:53 +08:00
67 lines
2.9 KiB
XML
67 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 7.0.2 (20221119.0110)
|
|
-->
|
|
<!-- Title: fib_Accurate Pages: 1 -->
|
|
<svg width="276pt" height="64pt"
|
|
viewBox="0.00 0.00 276.00 64.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 60)">
|
|
<title>fib_Accurate</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="71,-37 0,-37 0,-18 71,-18 71,-37"/>
|
|
<text text-anchor="middle" x="35.5" y="-25" 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="#666666" points="139,-37 107,-37 107,-18 139,-18 139,-37"/>
|
|
<text text-anchor="middle" x="123" y="-25" 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="#63b8ff" d="M71.28,-27.5C79.31,-27.5 87.73,-27.5 95.36,-27.5"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.35,-31 105.35,-27.5 95.35,-24 95.35,-31"/>
|
|
</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="#666666" points="267.5,-56 175.5,-56 175.5,-37 267.5,-37 267.5,-56"/>
|
|
<text text-anchor="middle" x="221.5" y="-44" 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="#63b8ff" d="M139.08,-30.47C146.01,-31.83 154.72,-33.55 163.84,-35.34"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.1,-38.77 173.59,-37.26 164.46,-31.9 163.1,-38.77"/>
|
|
</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="#666666" points="268,-19 175,-19 175,0 268,0 268,-19"/>
|
|
<text text-anchor="middle" x="221.5" y="-7" 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="#63b8ff" d="M139.08,-24.69C145.94,-23.41 154.53,-21.81 163.54,-20.12"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.98,-23.6 173.16,-18.33 162.69,-16.72 163.98,-23.6"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|