TheAlgorithms-C/d4/dee/modified__binary__search_8c__incl.svg

53 lines
2.3 KiB
XML
Raw Normal View History

<?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: searching/modified_binary_search.c Pages: 1 -->
<svg width="118pt" height="94pt"
viewBox="0.00 0.00 118.38 93.75" 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 89.75)">
<title>searching/modified_binary_search.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Modified binary search algorithm">
<polygon fill="#999999" stroke="#666666" points="103.5,-85.75 5.75,-85.75 5.75,-55.25 103.5,-55.25 103.5,-85.75"/>
<text text-anchor="start" x="13.75" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">searching/modified</text>
<text text-anchor="middle" x="54.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_binary_search.c</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="45.25,-19.25 0,-19.25 0,0 45.25,0 45.25,-19.25"/>
<text text-anchor="middle" x="22.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M46.71,-54.95C42.5,-47.19 37.27,-37.56 32.75,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="35.41,-27.82 27.56,-20.7 29.26,-31.16 35.41,-27.82"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="110.38,-19.25 62.88,-19.25 62.88,0 110.38,0 110.38,-19.25"/>
<text text-anchor="middle" x="86.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M62.54,-54.95C66.75,-47.19 71.98,-37.56 76.5,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.99,-31.16 81.69,-20.7 73.84,-27.82 79.99,-31.16"/>
</g>
</g>
</svg>