mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 01:02:46 +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.49.1 (20210923.0004)
|
|
-->
|
|
<!-- Title: search/fibonacci_search.cpp Pages: 1 -->
|
|
<svg width="333pt" height="84pt"
|
|
viewBox="0.00 0.00 332.50 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 328.5,-80 328.5,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="89,-56.5 89,-75.5 232,-75.5 232,-56.5 89,-56.5"/>
|
|
<text text-anchor="middle" x="160.5" 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 55,-19.5 55,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="27.5" 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="M139.43,-56.44C117.44,-47.52 82.77,-33.44 57.84,-23.32"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="59.06,-20.04 48.48,-19.52 56.42,-26.52 59.06,-20.04"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="white" stroke="#bfbfbf" points="73.5,-0.5 73.5,-19.5 117.5,-19.5 117.5,-0.5 73.5,-0.5"/>
|
|
<text text-anchor="middle" x="95.5" 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="M150.06,-56.32C140.35,-48.26 125.68,-36.08 114,-26.37"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="116.06,-23.53 106.13,-19.83 111.59,-28.92 116.06,-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="136,-0.5 136,-19.5 185,-19.5 185,-0.5 136,-0.5"/>
|
|
<text text-anchor="middle" x="160.5" 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="M160.5,-56.08C160.5,-49.01 160.5,-38.86 160.5,-29.99"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="164,-29.75 160.5,-19.75 157,-29.75 164,-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="203,-0.5 203,-19.5 248,-19.5 248,-0.5 203,-0.5"/>
|
|
<text text-anchor="middle" x="225.5" 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="M170.94,-56.32C180.65,-48.26 195.32,-36.08 207,-26.37"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="209.41,-28.92 214.87,-19.83 204.94,-23.53 209.41,-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="266.5,-0.5 266.5,-19.5 324.5,-19.5 324.5,-0.5 266.5,-0.5"/>
|
|
<text text-anchor="middle" x="295.5" 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="M181.89,-56.44C204.21,-47.52 239.4,-33.44 264.71,-23.32"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="266.22,-26.48 274.21,-19.52 263.62,-19.98 266.22,-26.48"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|