TheAlgorithms-C/d4/ddb/jump__search_8c__incl.svg

67 lines
2.8 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/jump_search.c Pages: 1 -->
<svg width="187pt" height="83pt"
viewBox="0.00 0.00 187.25 82.50" 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.5)">
<title>searching/jump_search.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Implementation of jump search algorithm.">
<polygon fill="#999999" stroke="#666666" points="155,-74.5 30.25,-74.5 30.25,-55.25 155,-55.25 155,-74.5"/>
<text text-anchor="middle" x="92.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">searching/jump_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="51.25,-19.25 0,-19.25 0,0 51.25,0 51.25,-19.25"/>
<text text-anchor="middle" x="25.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">assert.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="M81.26,-54.84C71.38,-46.99 56.86,-35.45 45.13,-26.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="47.83,-23.01 37.82,-19.52 43.47,-28.49 47.83,-23.01"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="115.62,-19.25 69.62,-19.25 69.62,0 115.62,0 115.62,-19.25"/>
<text text-anchor="middle" x="92.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math.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="M92.62,-55.08C92.62,-48.42 92.62,-38.99 92.62,-30.53"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="96.13,-30.61 92.62,-20.61 89.13,-30.61 96.13,-30.61"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="179.25,-19.25 134,-19.25 134,0 179.25,0 179.25,-19.25"/>
<text text-anchor="middle" x="156.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M103.48,-54.84C112.82,-47.07 126.52,-35.67 137.67,-26.4"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="139.48,-28.61 144.93,-19.52 135,-23.23 139.48,-28.61"/>
</g>
</g>
</svg>