mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-25 22:32:24 +08:00
83 lines
3.4 KiB
XML
83 lines
3.4 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 5.0.1 (20220820.1526)
|
|
-->
|
|
<!-- Title: search/exponential_search.cpp Pages: 1 -->
|
|
<svg width="256pt" height="93pt"
|
|
viewBox="0.00 0.00 255.50 93.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 89)">
|
|
<title>search/exponential_search.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Exponential search algorithm">
|
|
<polygon fill="#999999" stroke="#666666" points="171.5,-85 73.5,-85 73.5,-55 171.5,-55 171.5,-85"/>
|
|
<text text-anchor="start" x="81.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">search/exponential</text>
|
|
<text text-anchor="middle" x="122.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_search.cpp</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="49,-19 0,-19 0,0 49,0 49,-19"/>
|
|
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M98.78,-54.84C83.3,-45.6 63.18,-33.59 47.79,-24.4"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.28,-21.21 38.9,-19.09 45.69,-27.23 49.28,-21.21"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="111.5,-19 67.5,-19 67.5,0 111.5,0 111.5,-19"/>
|
|
<text text-anchor="middle" x="89.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M114.51,-54.84C109.97,-46.78 104.23,-36.62 99.4,-28.06"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.41,-26.26 94.44,-19.27 96.31,-29.7 102.41,-26.26"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="183.5,-19 129.5,-19 129.5,0 183.5,0 183.5,-19"/>
|
|
<text text-anchor="middle" x="156.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M130.73,-54.84C135.41,-46.78 141.32,-36.62 146.3,-28.06"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.41,-29.67 151.41,-19.27 143.35,-26.15 149.41,-29.67"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="247.5,-19 201.5,-19 201.5,0 247.5,0 247.5,-19"/>
|
|
<text text-anchor="middle" x="224.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M146.93,-54.99C163.19,-45.66 184.45,-33.47 200.6,-24.21"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="202.5,-27.15 209.44,-19.14 199.02,-21.08 202.5,-27.15"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|