TheAlgorithms-C/d4/ddb/jump__search_8c__incl.svg

67 lines
2.7 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.1 (20230327.1645)
-->
<!-- Title: searching/jump_search.c Pages: 1 -->
<svg width="190pt" height="82pt"
viewBox="0.00 0.00 190.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>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="156.5,-74 31.5,-74 31.5,-55 156.5,-55 156.5,-74"/>
<text text-anchor="middle" x="94" y="-62" 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="52,-19 0,-19 0,0 52,0 52,-19"/>
<text text-anchor="middle" x="26" y="-7" 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="M82.46,-54.51C72.44,-46.7 57.7,-35.21 45.79,-25.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="48.4,-22.74 38.36,-19.36 44.1,-28.27 48.4,-22.74"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="117.5,-19 70.5,-19 70.5,0 117.5,0 117.5,-19"/>
<text text-anchor="middle" x="94" y="-7" 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="M94,-54.75C94,-48.11 94,-38.73 94,-30.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="97.5,-30.44 94,-20.44 90.5,-30.44 97.5,-30.44"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="182,-19 136,-19 136,0 182,0 182,-19"/>
<text text-anchor="middle" x="159" y="-7" 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="M105.03,-54.51C114.51,-46.77 128.42,-35.43 139.75,-26.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.6,-28.39 147.14,-19.36 137.17,-22.96 141.6,-28.39"/>
</g>
</g>
</svg>