2020-07-02 22:50:38 +08:00
|
|
|
<?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">
|
2023-04-28 03:43:13 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
2020-07-02 22:50:38 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: searching/modified_binary_search.c Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<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)">
|
2020-07-02 22:50:38 +08:00
|
|
|
<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">
|
2023-04-28 03:43:13 +08:00
|
|
|
<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>
|
2020-07-02 22:50:38 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<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>
|
2020-07-02 22:50:38 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<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"/>
|
2020-07-02 22:50:38 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
2023-04-28 03:43:13 +08:00
|
|
|
<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>
|
2020-07-02 22:50:38 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2023-04-28 03:43:13 +08:00
|
|
|
<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"/>
|
2020-07-02 22:50:38 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|