mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
44 lines
2.1 KiB
XML
44 lines
2.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.2 (20211016.1639)
|
||
|
-->
|
||
|
<!-- Title: exponential_search Pages: 1 -->
|
||
|
<svg width="226pt" height="46pt"
|
||
|
viewBox="0.00 0.00 226.00 46.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 42)">
|
||
|
<title>exponential_search</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-42 222,-42 222,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="used to perform the exponential search over the given array">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 103,-19.5 103,-0.5 0,-0.5"/>
|
||
|
<text text-anchor="middle" x="51.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">exponential_search</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../da/d6c/exponential__search_8c.html#aae97ef76c065e91c188f1f8c8076869a" target="_top" xlink:title="used to perform the binary search over the given array">
|
||
|
<polygon fill="white" stroke="black" points="139,-0.5 139,-19.5 218,-19.5 218,-0.5 139,-0.5"/>
|
||
|
<text text-anchor="middle" x="178.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">binary_search</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M103.34,-10C111.8,-10 120.55,-10 128.95,-10"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="128.98,-13.5 138.98,-10 128.98,-6.5 128.98,-13.5"/>
|
||
|
</g>
|
||
|
<!-- Node2->Node2 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node2->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M159.08,-19.76C149.63,-28.57 156.11,-38 178.5,-38 192.85,-38 200.66,-34.13 201.94,-29.03"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="205.11,-27.54 197.92,-19.76 198.68,-30.32 205.11,-27.54"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|