mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 22:32:24 +08:00
98 lines
4.1 KiB
XML
98 lines
4.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.0 (20200408.0750)
|
|
-->
|
|
<!-- Title: search/fibonacci_search.cpp Pages: 1 -->
|
|
<svg width="329pt" height="84pt"
|
|
viewBox="0.00 0.00 329.00 84.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 80)">
|
|
<title>search/fibonacci_search.cpp</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 325,-80 325,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Fibonacci search algorithm">
|
|
<polygon fill="#bfbfbf" stroke="black" points="88.5,-56.5 88.5,-75.5 229.5,-75.5 229.5,-56.5 88.5,-56.5"/>
|
|
<text text-anchor="middle" x="159" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">search/fibonacci_search.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 54,-19.5 54,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="27" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M138.08,-56.44C116.26,-47.52 81.85,-33.44 57.11,-23.32"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="58.4,-20.06 47.82,-19.52 55.75,-26.54 58.4,-20.06"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="72,-0.5 72,-19.5 116,-19.5 116,-0.5 72,-0.5"/>
|
|
<text text-anchor="middle" x="94" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M148.56,-56.32C138.85,-48.26 124.18,-36.08 112.5,-26.37"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="114.56,-23.53 104.63,-19.83 110.09,-28.92 114.56,-23.53"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="134.5,-0.5 134.5,-19.5 183.5,-19.5 183.5,-0.5 134.5,-0.5"/>
|
|
<text text-anchor="middle" x="159" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="midnightblue" d="M159,-56.08C159,-49.01 159,-38.86 159,-29.99"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="162.5,-29.75 159,-19.75 155.5,-29.75 162.5,-29.75"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="201.5,-0.5 201.5,-19.5 246.5,-19.5 246.5,-0.5 201.5,-0.5"/>
|
|
<text text-anchor="middle" x="224" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstdlib</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M169.44,-56.32C179.15,-48.26 193.82,-36.08 205.5,-26.37"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="207.91,-28.92 213.37,-19.83 203.44,-23.53 207.91,-28.92"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="265,-0.5 265,-19.5 321,-19.5 321,-0.5 265,-0.5"/>
|
|
<text text-anchor="middle" x="293" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">algorithm</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node6 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node1->Node6</title>
|
|
<path fill="none" stroke="midnightblue" d="M180.23,-56.44C202.38,-47.52 237.32,-33.44 262.44,-23.32"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="263.9,-26.5 271.87,-19.52 261.28,-20.01 263.9,-26.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|