mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-04 16:20:15 +08:00
67 lines
3.0 KiB
XML
67 lines
3.0 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 8.0.5 (20230430.1635)
|
|
-->
|
|
<!-- Title: fib_Accurate Pages: 1 -->
|
|
<svg width="275pt" height="64pt"
|
|
viewBox="0.00 0.00 275.00 64.25" 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.25)">
|
|
<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="70.75,-37.25 0,-37.25 0,-18 70.75,-18 70.75,-37.25"/>
|
|
<text text-anchor="middle" x="35.38" y="-23.75" 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="138.5,-37.25 106.75,-37.25 106.75,-18 138.5,-18 138.5,-37.25"/>
|
|
<text text-anchor="middle" x="122.62" y="-23.75" 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.05,-27.62C79.25,-27.62 87.86,-27.62 95.61,-27.62"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.53,-31.13 105.53,-27.62 95.53,-24.13 95.53,-31.13"/>
|
|
</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="266.62,-56.25 174.88,-56.25 174.88,-37 266.62,-37 266.62,-56.25"/>
|
|
<text text-anchor="middle" x="220.75" y="-42.75" 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="M138.64,-30.59C145.7,-31.99 154.61,-33.75 163.91,-35.59"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.01,-39.18 173.5,-37.68 164.37,-32.31 163.01,-39.18"/>
|
|
</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="267,-19.25 174.5,-19.25 174.5,0 267,0 267,-19.25"/>
|
|
<text text-anchor="middle" x="220.75" y="-5.75" 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="M138.64,-24.81C145.55,-23.52 154.22,-21.9 163.31,-20.19"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.9,-23.46 173.08,-18.18 162.61,-16.58 163.9,-23.46"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|