Documentation for 1bfd46e92c

This commit is contained in:
github-actions
2023-06-16 21:23:15 +00:00
parent 14deeecd50
commit e93ea7c42d
7241 changed files with 54781 additions and 234178 deletions

View File

@@ -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.6"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: search/ternary_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.6 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -110,7 +110,8 @@ $(document).ready(function(){initNavTree('dc/dfe/ternary__search_8cpp.html','../
</div><div class="textblock"><div class="dynheader">
Include dependency graph for ternary_search.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d1/d06/ternary__search_8cpp__incl.svg" width="187" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d1/d06/ternary__search_8cpp__incl.svg" width="187" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="define-members" name="define-members"></a>
@@ -275,7 +276,7 @@ Functions</h2></td></tr>
<div class="line"><span class="lineno"> 76</span> }</div>
<div class="line"><span class="lineno"> 77</span> }</div>
<div class="line"><span class="lineno"> 78</span>}</div>
<div class="ttc" id="aternary__search_8cpp_html_ae01eda5098801bb6b5b778828fb4fddc"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#ae01eda5098801bb6b5b778828fb4fddc">absolutePrecision</a></div><div class="ttdeci">#define absolutePrecision</div><div class="ttdef"><b>Definition</b> ternary_search.cpp:22</div></div>
<div class="ttc" id="aternary__search_8cpp_html_ae01eda5098801bb6b5b778828fb4fddc"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#ae01eda5098801bb6b5b778828fb4fddc">absolutePrecision</a></div><div class="ttdeci">#define absolutePrecision</div><div class="ttdef"><b>Definition:</b> ternary_search.cpp:22</div></div>
</div><!-- fragment -->
</div>
</div>
@@ -302,14 +303,15 @@ Functions</h2></td></tr>
<div class="line"><span class="lineno"> 138</span> <a class="code hl_function" href="../../dc/dfe/ternary__search_8cpp.html#aef655a27eb82efa299bf9d0becf6e9c8">ternary_search</a>(N, A, <a class="code hl_define" href="../../dc/dfe/ternary__search_8cpp.html#a23ad617bfce1e7cf4591059c85c1a027">_target</a>);</div>
<div class="line"><span class="lineno"> 139</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><span class="lineno"> 140</span>}</div>
<div class="ttc" id="adata__structures_2sparse__table_8cpp_html_a10f3ffb3f6f7e1b83d556b9c8de89a5d"><div class="ttname"><a href="../../d6/d42/data__structures_2sparse__table_8cpp.html#a10f3ffb3f6f7e1b83d556b9c8de89a5d">data_structures::sparse_table::N</a></div><div class="ttdeci">constexpr uint32_t N</div><div class="ttdoc">A struct to represent sparse table for min() as their invariant function, for the given array A....</div><div class="ttdef"><b>Definition</b> sparse_table.cpp:47</div></div>
<div class="ttc" id="aternary__search_8cpp_html_a23ad617bfce1e7cf4591059c85c1a027"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#a23ad617bfce1e7cf4591059c85c1a027">_target</a></div><div class="ttdeci">#define _target</div><div class="ttdef"><b>Definition</b> ternary_search.cpp:27</div></div>
<div class="ttc" id="aternary__search_8cpp_html_a7f7d866eccdabe51bb16818a792618b1"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1">get_input</a></div><div class="ttdeci">void get_input()</div><div class="ttdef"><b>Definition</b> ternary_search.cpp:36</div></div>
<div class="ttc" id="aternary__search_8cpp_html_aef655a27eb82efa299bf9d0becf6e9c8"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#aef655a27eb82efa299bf9d0becf6e9c8">ternary_search</a></div><div class="ttdeci">void ternary_search(int N, int A[], int target)</div><div class="ttdef"><b>Definition</b> ternary_search.cpp:127</div></div>
<div class="ttc" id="adata__structures_2sparse__table_8cpp_html_a10f3ffb3f6f7e1b83d556b9c8de89a5d"><div class="ttname"><a href="../../d6/d42/data__structures_2sparse__table_8cpp.html#a10f3ffb3f6f7e1b83d556b9c8de89a5d">data_structures::sparse_table::N</a></div><div class="ttdeci">constexpr uint32_t N</div><div class="ttdoc">A struct to represent sparse table for min() as their invariant function, for the given array A....</div><div class="ttdef"><b>Definition:</b> sparse_table.cpp:47</div></div>
<div class="ttc" id="aternary__search_8cpp_html_a23ad617bfce1e7cf4591059c85c1a027"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#a23ad617bfce1e7cf4591059c85c1a027">_target</a></div><div class="ttdeci">#define _target</div><div class="ttdef"><b>Definition:</b> ternary_search.cpp:27</div></div>
<div class="ttc" id="aternary__search_8cpp_html_a7f7d866eccdabe51bb16818a792618b1"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1">get_input</a></div><div class="ttdeci">void get_input()</div><div class="ttdef"><b>Definition:</b> ternary_search.cpp:36</div></div>
<div class="ttc" id="aternary__search_8cpp_html_aef655a27eb82efa299bf9d0becf6e9c8"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#aef655a27eb82efa299bf9d0becf6e9c8">ternary_search</a></div><div class="ttdeci">void ternary_search(int N, int A[], int target)</div><div class="ttdef"><b>Definition:</b> ternary_search.cpp:127</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dfe/ternary__search_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="396" height="159"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dfe/ternary__search_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="396" height="159"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
@@ -391,11 +393,12 @@ Here is the call graph for this function:</div>
<div class="line"><span class="lineno"> 115</span> <span class="keywordflow">return</span> -1;</div>
<div class="line"><span class="lineno"> 116</span> }</div>
<div class="line"><span class="lineno"> 117</span>}</div>
<div class="ttc" id="aternary__search_8cpp_html_a93d0099db95022f1eb90ddfd68f73ead"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead">rec_ternary_search</a></div><div class="ttdeci">int rec_ternary_search(int left, int right, int A[], int target)</div><div class="ttdef"><b>Definition</b> ternary_search.cpp:90</div></div>
<div class="ttc" id="aternary__search_8cpp_html_a93d0099db95022f1eb90ddfd68f73ead"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead">rec_ternary_search</a></div><div class="ttdeci">int rec_ternary_search(int left, int right, int A[], int target)</div><div class="ttdef"><b>Definition:</b> ternary_search.cpp:90</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dfe/ternary__search_8cpp_a93d0099db95022f1eb90ddfd68f73ead_cgraph.svg" width="143" height="60"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dfe/ternary__search_8cpp_a93d0099db95022f1eb90ddfd68f73ead_cgraph.svg" width="143" height="60"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
@@ -446,11 +449,12 @@ Here is the call graph for this function:</div>
<div class="line"><span class="lineno"> 131</span>}</div>
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a></div></div>
<div class="ttc" id="aendl_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a></div><div class="ttdeci">T endl(T... args)</div></div>
<div class="ttc" id="aternary__search_8cpp_html_ae30dfe2894191bfeffe5b3b1854b95b0"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0">it_ternary_search</a></div><div class="ttdeci">int it_ternary_search(int left, int right, int A[], int target)</div><div class="ttdef"><b>Definition</b> ternary_search.cpp:48</div></div>
<div class="ttc" id="aternary__search_8cpp_html_ae30dfe2894191bfeffe5b3b1854b95b0"><div class="ttname"><a href="../../dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0">it_ternary_search</a></div><div class="ttdeci">int it_ternary_search(int left, int right, int A[], int target)</div><div class="ttdef"><b>Definition:</b> ternary_search.cpp:48</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dfe/ternary__search_8cpp_aef655a27eb82efa299bf9d0becf6e9c8_cgraph.svg" width="299" height="159"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dfe/ternary__search_8cpp_aef655a27eb82efa299bf9d0becf6e9c8_cgraph.svg" width="299" height="159"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
@@ -461,7 +465,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="../../dc/dfe/ternary__search_8cpp.html">ternary_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.6 </li>
</ul>
</div>
</body>

View File

@@ -1,4 +1,3 @@
<map id="rec_ternary_search" name="rec_ternary_search">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,29,138,55"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="48,30,44,21,47,11,56,5,72,3,89,6,97,13,94,17,86,10,71,8,58,10,51,14,49,20,53,28"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,29,138,55"/>
</map>

View File

@@ -1 +1 @@
7fd6829086ef617e0ba95a7bc778a9dd
1163f253e35944d3fc5294ac67da12ac

View File

@@ -6,50 +6,22 @@
<!-- Title: rec_ternary_search Pages: 1 -->
<svg width="107pt" height="45pt"
viewBox="0.00 0.00 107.25 45.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 41.25)">
<title>rec_ternary_search</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<g id="node1" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="99.25,-19.25 0,-19.25 0,0 99.25,0 99.25,-19.25"/>
<text text-anchor="middle" x="49.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">rec_ternary_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000001" class="edge">
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M34.09,-19.54C27,-28.15 32.18,-37.25 49.62,-37.25 59.71,-37.25 65.7,-34.21 67.58,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="70.83,-29.49 65.16,-20.54 64.01,-31.07 70.83,-29.49"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,30 +0,0 @@
<?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: rec_ternary_search Pages: 1 -->
<svg width="107pt" height="45pt"
viewBox="0.00 0.00 107.25 45.25" 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 41.25)">
<title>rec_ternary_search</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="99.25,-19.25 0,-19.25 0,0 99.25,0 99.25,-19.25"/>
<text text-anchor="middle" x="49.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">rec_ternary_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M34.09,-19.54C27,-28.15 32.18,-37.25 49.62,-37.25 59.71,-37.25 65.7,-34.21 67.58,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="70.83,-29.49 65.16,-20.54 64.01,-31.07 70.83,-29.49"/>
</a>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,14 +1,8 @@
<map id="main" name="main">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,31,55,56"/>
<area shape="rect" id="Node000002" href="$dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1" title=" " alt="" coords="119,5,194,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,36,104,26,105,31,56,41"/>
<area shape="rect" id="Node000003" href="$dc/dfe/ternary__search_8cpp.html#aef655a27eb82efa299bf9d0becf6e9c8" title=" " alt="" coords="103,55,210,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,46,88,52,87,57,55,51"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="289,5,360,31"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="202,51,274,30,275,35,204,57"/>
<area shape="rect" id="Node000005" href="$dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" title=" " alt="" coords="264,55,385,80"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="210,65,249,65,249,70,210,70"/>
<area shape="rect" id="Node000006" href="$dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" title=" " alt="" coords="258,128,390,154"/>
<area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="189,79,280,119,278,124,187,83"/>
<area shape="poly" id="edge6_Node000006_Node000006" title=" " alt="" coords="296,129,290,119,293,110,305,104,324,101,346,104,356,112,353,116,344,109,324,107,307,109,297,113,295,119,300,126"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,31,55,56"/>
<area shape="rect" id="node2" href="$dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1" title=" " alt="" coords="119,5,194,31"/>
<area shape="rect" id="node3" href="$dc/dfe/ternary__search_8cpp.html#aef655a27eb82efa299bf9d0becf6e9c8" title=" " alt="" coords="103,55,210,80"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="289,5,360,31"/>
<area shape="rect" id="node5" href="$dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" title=" " alt="" coords="264,55,385,80"/>
<area shape="rect" id="node6" href="$dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" title=" " alt="" coords="258,128,390,154"/>
</map>

View File

@@ -1 +1 @@
a521a4f13bc3b81eafa8e5b79cfe7324
142986f4019ff8678db8a80b7f6366cb

View File

@@ -6,140 +6,97 @@
<!-- Title: main Pages: 1 -->
<svg width="297pt" height="119pt"
viewBox="0.00 0.00 296.75 119.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 115.25)">
<title>main</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<g id="node1" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37,-92.25 0,-92.25 0,-73 37,-73 37,-92.25"/>
<text text-anchor="middle" x="18.5" y="-78.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<g id="node2" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1" target="_top" xlink:title=" ">
<g id="a_node2"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="141.12,-111.25 85.38,-111.25 85.38,-92 141.12,-92 141.12,-111.25"/>
<text text-anchor="middle" x="113.25" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">get_input</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.38,-86.29C47.91,-88.45 61.64,-91.26 74.46,-93.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.42,-97.45 83.92,-96.03 74.83,-90.59 73.42,-97.45"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<g id="node3" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#aef655a27eb82efa299bf9d0becf6e9c8" target="_top" xlink:title=" ">
<g id="a_node3"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#aef655a27eb82efa299bf9d0becf6e9c8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="153.5,-74.25 73,-74.25 73,-55 153.5,-55 153.5,-74.25"/>
<text text-anchor="middle" x="113.25" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">ternary_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.38,-79.15C44.49,-77.77 53.06,-76.11 61.83,-74.41"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.38,-77.67 71.53,-72.33 61.05,-70.8 62.38,-77.67"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<g id="node4" class="node">
<title>Node4</title>
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="265.88,-111.25 212.38,-111.25 212.38,-92 265.88,-92 265.88,-111.25"/>
<text text-anchor="middle" x="239.12" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3_Node000003_Node000004" class="edge">
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M148.1,-74.74C164.83,-79.73 185.03,-85.76 202.05,-90.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.59,-94.37 211.18,-93.87 202.6,-87.66 200.59,-94.37"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<g id="node5" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" target="_top" xlink:title=" ">
<g id="a_node5"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="284.62,-74.25 193.62,-74.25 193.62,-55 284.62,-55 284.62,-74.25"/>
<text text-anchor="middle" x="239.12" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">it_ternary_search</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4_Node000003_Node000005" class="edge">
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M153.79,-64.62C162.94,-64.62 172.85,-64.62 182.56,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="182.37,-68.13 192.37,-64.62 182.37,-61.13 182.37,-68.13"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<g id="node6" class="node">
<title>Node6</title>
<g id="a_Node000006"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" target="_top" xlink:title=" ">
<g id="a_node6"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="288.75,-19.25 189.5,-19.25 189.5,0 288.75,0 288.75,-19.25"/>
<text text-anchor="middle" x="239.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">rec_ternary_search</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge5_Node000003_Node000006" class="edge">
<g id="edge5" class="edge">
<title>Node3&#45;&gt;Node6</title>
<g id="a_edge5_Node000003_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M136.97,-54.54C156.18,-46.01 183.93,-33.69 205.52,-24.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="206.83,-26.91 214.55,-19.65 203.99,-20.51 206.83,-26.91"/>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node6 -->
<g id="edge6_Node000006_Node000006" class="edge">
<g id="edge6" class="edge">
<title>Node6&#45;&gt;Node6</title>
<g id="a_edge6_Node000006_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M219.42,-19.54C210.43,-28.15 217,-37.25 239.12,-37.25 251.92,-37.25 259.51,-34.21 261.9,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="265.01,-29.14 258.83,-20.54 258.3,-31.12 265.01,-29.14"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -1,120 +0,0 @@
<?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: main Pages: 1 -->
<svg width="297pt" height="119pt"
viewBox="0.00 0.00 296.75 119.25" 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 115.25)">
<title>main</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37,-92.25 0,-92.25 0,-73 37,-73 37,-92.25"/>
<text text-anchor="middle" x="18.5" y="-78.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a7f7d866eccdabe51bb16818a792618b1" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="141.12,-111.25 85.38,-111.25 85.38,-92 141.12,-92 141.12,-111.25"/>
<text text-anchor="middle" x="113.25" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">get_input</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.38,-86.29C47.91,-88.45 61.64,-91.26 74.46,-93.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.42,-97.45 83.92,-96.03 74.83,-90.59 73.42,-97.45"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#aef655a27eb82efa299bf9d0becf6e9c8" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="153.5,-74.25 73,-74.25 73,-55 153.5,-55 153.5,-74.25"/>
<text text-anchor="middle" x="113.25" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">ternary_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.38,-79.15C44.49,-77.77 53.06,-76.11 61.83,-74.41"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="62.38,-77.67 71.53,-72.33 61.05,-70.8 62.38,-77.67"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="265.88,-111.25 212.38,-111.25 212.38,-92 265.88,-92 265.88,-111.25"/>
<text text-anchor="middle" x="239.12" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M148.1,-74.74C164.83,-79.73 185.03,-85.76 202.05,-90.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.59,-94.37 211.18,-93.87 202.6,-87.66 200.59,-94.37"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="284.62,-74.25 193.62,-74.25 193.62,-55 284.62,-55 284.62,-74.25"/>
<text text-anchor="middle" x="239.12" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">it_ternary_search</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M153.79,-64.62C162.94,-64.62 172.85,-64.62 182.56,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="182.37,-68.13 192.37,-64.62 182.37,-61.13 182.37,-68.13"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="288.75,-19.25 189.5,-19.25 189.5,0 288.75,0 288.75,-19.25"/>
<text text-anchor="middle" x="239.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">rec_ternary_search</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge5_Node000003_Node000006" class="edge">
<title>Node3&#45;&gt;Node6</title>
<g id="a_edge5_Node000003_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M136.97,-54.54C156.18,-46.01 183.93,-33.69 205.52,-24.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="206.83,-26.91 214.55,-19.65 203.99,-20.51 206.83,-26.91"/>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node6 -->
<g id="edge6_Node000006_Node000006" class="edge">
<title>Node6&#45;&gt;Node6</title>
<g id="a_edge6_Node000006_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M219.42,-19.54C210.43,-28.15 217,-37.25 239.12,-37.25 251.92,-37.25 259.51,-34.21 261.9,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="265.01,-29.14 258.83,-20.54 258.3,-31.12 265.01,-29.14"/>
</a>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -1,10 +1,6 @@
<map id="ternary_search" name="ternary_search">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,55,113,80"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="191,5,263,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="105,51,177,30,178,35,106,57"/>
<area shape="rect" id="Node000003" href="$dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" title=" " alt="" coords="166,55,288,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="113,65,151,65,151,70,113,70"/>
<area shape="rect" id="Node000004" href="$dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" title=" " alt="" coords="161,128,293,154"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="92,79,183,119,181,124,90,83"/>
<area shape="poly" id="edge4_Node000004_Node000004" title=" " alt="" coords="198,129,193,119,196,110,208,104,227,101,248,104,259,112,256,116,246,109,227,107,209,109,200,113,198,119,203,126"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,55,113,80"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="191,5,263,31"/>
<area shape="rect" id="node3" href="$dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" title=" " alt="" coords="166,55,288,80"/>
<area shape="rect" id="node4" href="$dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" title=" " alt="" coords="161,128,293,154"/>
</map>

View File

@@ -1 +1 @@
bed8573e13424ad534d51985174303a1
ac49597bf086f03d4ebe70aa47a1626f

View File

@@ -6,104 +6,67 @@
<!-- Title: ternary_search Pages: 1 -->
<svg width="224pt" height="119pt"
viewBox="0.00 0.00 223.75 119.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 115.25)">
<title>ternary_search</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<g id="node1" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="80.5,-74.25 0,-74.25 0,-55 80.5,-55 80.5,-74.25"/>
<text text-anchor="middle" x="40.25" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">ternary_search</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<g id="node2" class="node">
<title>Node2</title>
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="192.88,-111.25 139.38,-111.25 139.38,-92 192.88,-92 192.88,-111.25"/>
<text text-anchor="middle" x="166.12" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M75.1,-74.74C91.83,-79.73 112.03,-85.76 129.05,-90.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.59,-94.37 138.18,-93.87 129.6,-87.66 127.59,-94.37"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<g id="node3" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" target="_top" xlink:title=" ">
<g id="a_node3"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="211.62,-74.25 120.62,-74.25 120.62,-55 211.62,-55 211.62,-74.25"/>
<text text-anchor="middle" x="166.12" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">it_ternary_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M80.79,-64.62C89.94,-64.62 99.85,-64.62 109.56,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.37,-68.13 119.37,-64.62 109.37,-61.13 109.37,-68.13"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<g id="node4" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" target="_top" xlink:title=" ">
<g id="a_node4"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="215.75,-19.25 116.5,-19.25 116.5,0 215.75,0 215.75,-19.25"/>
<text text-anchor="middle" x="166.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">rec_ternary_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3_Node000001_Node000004" class="edge">
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M63.97,-54.54C83.18,-46.01 110.93,-33.69 132.52,-24.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.83,-26.91 141.55,-19.65 130.99,-20.51 133.83,-26.91"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node4 -->
<g id="edge4_Node000004_Node000004" class="edge">
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node4</title>
<g id="a_edge4_Node000004_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M146.42,-19.54C137.43,-28.15 144,-37.25 166.12,-37.25 178.92,-37.25 186.51,-34.21 188.9,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="192.01,-29.14 185.83,-20.54 185.3,-31.12 192.01,-29.14"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -1,84 +0,0 @@
<?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: ternary_search Pages: 1 -->
<svg width="224pt" height="119pt"
viewBox="0.00 0.00 223.75 119.25" 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 115.25)">
<title>ternary_search</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="80.5,-74.25 0,-74.25 0,-55 80.5,-55 80.5,-74.25"/>
<text text-anchor="middle" x="40.25" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">ternary_search</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="192.88,-111.25 139.38,-111.25 139.38,-92 192.88,-92 192.88,-111.25"/>
<text text-anchor="middle" x="166.12" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M75.1,-74.74C91.83,-79.73 112.03,-85.76 129.05,-90.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.59,-94.37 138.18,-93.87 129.6,-87.66 127.59,-94.37"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#ae30dfe2894191bfeffe5b3b1854b95b0" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="211.62,-74.25 120.62,-74.25 120.62,-55 211.62,-55 211.62,-74.25"/>
<text text-anchor="middle" x="166.12" y="-60.75" font-family="Helvetica,sans-Serif" font-size="10.00">it_ternary_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M80.79,-64.62C89.94,-64.62 99.85,-64.62 109.56,-64.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.37,-68.13 119.37,-64.62 109.37,-61.13 109.37,-68.13"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="../../dc/dfe/ternary__search_8cpp.html#a93d0099db95022f1eb90ddfd68f73ead" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="215.75,-19.25 116.5,-19.25 116.5,0 215.75,0 215.75,-19.25"/>
<text text-anchor="middle" x="166.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">rec_ternary_search</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M63.97,-54.54C83.18,-46.01 110.93,-33.69 132.52,-24.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.83,-26.91 141.55,-19.65 130.99,-20.51 133.83,-26.91"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node4 -->
<g id="edge4_Node000004_Node000004" class="edge">
<title>Node4&#45;&gt;Node4</title>
<g id="a_edge4_Node000004_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M146.42,-19.54C137.43,-28.15 144,-37.25 166.12,-37.25 178.92,-37.25 186.51,-34.21 188.9,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="192.01,-29.14 185.83,-20.54 185.3,-31.12 192.01,-29.14"/>
</a>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB