mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 09:59:50 +08:00
97 lines
3.9 KiB
XML
97 lines
3.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.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: search/fibonacci_search.cpp Pages: 1 -->
|
|
<svg width="329pt" height="82pt"
|
|
viewBox="0.00 0.00 329.00 82.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 78)">
|
|
<title>search/fibonacci_search.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Fibonacci search algorithm">
|
|
<polygon fill="#999999" stroke="#666666" points="229.5,-74 88.5,-74 88.5,-55 229.5,-55 229.5,-74"/>
|
|
<text text-anchor="middle" x="159" y="-62" 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="#e0e0e0" stroke="#999999" points="54,-19 0,-19 0,0 54,0 54,-19"/>
|
|
<text text-anchor="middle" x="27" y="-7" 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="#63b8ff" d="M136.61,-54.51C115.43,-46.01 83.41,-33.15 59.44,-23.53"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.05,-20.4 50.47,-19.92 58.44,-26.9 61.05,-20.4"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="116,-19 72,-19 72,0 116,0 116,-19"/>
|
|
<text text-anchor="middle" x="94" y="-7" 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="#63b8ff" d="M147.97,-54.51C138.58,-46.85 124.85,-35.66 113.59,-26.47"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="116,-23.92 106.04,-20.31 111.57,-29.35 116,-23.92"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="183.5,-19 134.5,-19 134.5,0 183.5,0 183.5,-19"/>
|
|
<text text-anchor="middle" x="159" y="-7" 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="#63b8ff" d="M159,-54.75C159,-48.27 159,-39.16 159,-30.9"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.5,-30.96 159,-20.96 155.5,-30.96 162.5,-30.96"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="246.5,-19 201.5,-19 201.5,0 246.5,0 246.5,-19"/>
|
|
<text text-anchor="middle" x="224" y="-7" 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="#63b8ff" d="M170.03,-54.51C179.42,-46.85 193.15,-35.66 204.41,-26.47"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="206.43,-29.35 211.96,-20.31 202,-23.92 206.43,-29.35"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="321,-19 265,-19 265,0 321,0 321,-19"/>
|
|
<text text-anchor="middle" x="293" y="-7" 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="#63b8ff" d="M181.73,-54.51C203.23,-46.01 235.73,-33.15 260.07,-23.53"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="261.19,-26.85 269.2,-19.91 258.61,-20.34 261.19,-26.85"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|