mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-03 22:03:24 +08:00
Documentation for 6376bf46af
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: search/jump_search.cpp File Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -116,9 +116,9 @@ Include dependency graph for jump_search.cpp:</div>
|
||||
</div><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
|
||||
Functions</h2></td></tr>
|
||||
<tr class="memitem:ab49fd8f401bfc71f63b74711390cccf0"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d22/jump__search_8cpp.html#ab49fd8f401bfc71f63b74711390cccf0">jumpSearch</a> (int arr[], int x, int n)</td></tr>
|
||||
<tr class="memitem:ab49fd8f401bfc71f63b74711390cccf0" id="r_ab49fd8f401bfc71f63b74711390cccf0"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d22/jump__search_8cpp.html#ab49fd8f401bfc71f63b74711390cccf0">jumpSearch</a> (int arr[], int x, int n)</td></tr>
|
||||
<tr class="separator:ab49fd8f401bfc71f63b74711390cccf0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d22/jump__search_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d2/d22/jump__search_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
@@ -235,7 +235,7 @@ Here is the call graph for this function:</div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../dir_19b2bf9199a15c634a08b1ede1dd896a.html">search</a></li><li class="navelem"><a class="el" href="../../d2/d22/jump__search_8cpp.html">jump_search.cpp</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<map id="jumpSearch" name="jumpSearch">
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,31,96,56"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/min.html#" title=" " alt="" coords="144,5,213,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="96,32,129,25,130,30,97,37"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="96,32,128,25,129,31,97,37"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="144,55,213,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="97,49,130,56,129,61,96,55"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="97,49,129,56,128,61,96,55"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: jumpSearch Pages: 1 -->
|
||||
<svg width="164pt" height="64pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M68.24,-34.38C76.28,-36.01 84.9,-37.75 93.05,-39.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.27,-43.01 102.76,-41.57 93.65,-36.15 92.27,-43.01"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M68.24,-34.38C76.1,-35.97 84.51,-37.67 92.49,-39.29"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.78,-42.71 102.28,-41.27 93.17,-35.85 91.78,-42.71"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M68.24,-21.23C76.21,-19.7 84.75,-18.06 92.83,-16.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.3,-19.79 102.47,-14.47 91.99,-12.92 93.3,-19.79"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M68.24,-21.23C76.03,-19.73 84.36,-18.14 92.28,-16.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.82,-20.08 101.98,-14.76 91.5,-13.2 92.82,-20.08"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -1,7 +1,7 @@
|
||||
<?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.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: jumpSearch Pages: 1 -->
|
||||
<svg width="164pt" height="64pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M68.24,-34.38C76.28,-36.01 84.9,-37.75 93.05,-39.4"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.27,-43.01 102.76,-41.57 93.65,-36.15 92.27,-43.01"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M68.24,-34.38C76.1,-35.97 84.51,-37.67 92.49,-39.29"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.78,-42.71 102.28,-41.27 93.17,-35.85 91.78,-42.71"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,8 +48,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M68.24,-21.23C76.21,-19.7 84.75,-18.06 92.83,-16.51"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="93.3,-19.79 102.47,-14.47 91.99,-12.92 93.3,-19.79"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M68.24,-21.23C76.03,-19.73 84.36,-18.14 92.28,-16.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.82,-20.08 101.98,-14.76 91.5,-13.2 92.82,-20.08"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user