Documentation for 6376bf46af
@@ -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++: machine_learning/k_nearest_neighbors.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');
|
||||
@@ -128,23 +128,23 @@ Classes</h2></td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
|
||||
Namespaces</h2></td></tr>
|
||||
<tr class="memitem:d8/d77/namespacemachine__learning"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d77/namespacemachine__learning.html">machine_learning</a></td></tr>
|
||||
<tr class="memitem:d8/d77/namespacemachine__learning" id="r_d8/d77/namespacemachine__learning"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d77/namespacemachine__learning.html">machine_learning</a></td></tr>
|
||||
<tr class="memdesc:d8/d77/namespacemachine__learning"><td class="mdescLeft"> </td><td class="mdescRight"><a href="https://en.wikipedia.org/wiki/A*_search_algorithm" target="_blank">A* search algorithm</a> <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:d7/d4c/namespacek__nearest__neighbors"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d7/d4c/namespacek__nearest__neighbors.html">k_nearest_neighbors</a></td></tr>
|
||||
<tr class="memitem:d7/d4c/namespacek__nearest__neighbors" id="r_d7/d4c/namespacek__nearest__neighbors"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d7/d4c/namespacek__nearest__neighbors.html">k_nearest_neighbors</a></td></tr>
|
||||
<tr class="memdesc:d7/d4c/namespacek__nearest__neighbors"><td class="mdescLeft"> </td><td class="mdescRight">Functions for the [K-Nearest Neighbors algorithm] (<a href="https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm">https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm</a>) implementation. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><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:ad6ae16e50bb153ebaa7251d0aaa97b69"><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
|
||||
<tr class="memitem:ad6ae16e50bb153ebaa7251d0aaa97b69" id="r_ad6ae16e50bb153ebaa7251d0aaa97b69"><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
|
||||
<tr class="memitem:ad6ae16e50bb153ebaa7251d0aaa97b69"><td class="memTemplItemLeft" align="right" valign="top">double </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d4/d3e/k__nearest__neighbors_8cpp.html#ad6ae16e50bb153ebaa7251d0aaa97b69">machine_learning::k_nearest_neighbors::euclidean_distance</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< T > &a, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>< T > &b)</td></tr>
|
||||
<tr class="memdesc:ad6ae16e50bb153ebaa7251d0aaa97b69"><td class="mdescLeft"> </td><td class="mdescRight">Compute the Euclidean distance between two vectors. <br /></td></tr>
|
||||
<tr class="separator:ad6ae16e50bb153ebaa7251d0aaa97b69"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d3e/k__nearest__neighbors_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
|
||||
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d" id="r_aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d3e/k__nearest__neighbors_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
|
||||
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft"> </td><td class="mdescRight">Self-test implementations. <br /></td></tr>
|
||||
<tr class="separator:aa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0ddf1224851353fc92bfbff6f499fa97"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d3e/k__nearest__neighbors_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>
|
||||
<tr class="memitem:a0ddf1224851353fc92bfbff6f499fa97" id="r_a0ddf1224851353fc92bfbff6f499fa97"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d3e/k__nearest__neighbors_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>
|
||||
<tr class="memdesc:a0ddf1224851353fc92bfbff6f499fa97"><td class="mdescLeft"> </td><td class="mdescRight">Main function. <br /></td></tr>
|
||||
<tr class="separator:a0ddf1224851353fc92bfbff6f499fa97"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
@@ -355,7 +355,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_3343723ae086de42ee4ca9774da3a13f.html">machine_learning</a></li><li class="navelem"><a class="el" href="../../d4/d3e/k__nearest__neighbors_8cpp.html">k_nearest_neighbors.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="main" name="main">
|
||||
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,5,55,31"/>
|
||||
<area shape="rect" id="Node000002" href="$d4/d3e/k__nearest__neighbors_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self-test implementations." alt="" coords="103,5,146,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,16,88,16,88,21,55,21"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,16,87,16,87,21,55,21"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="194,5,265,31"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="146,16,179,16,179,21,146,21"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="146,16,178,16,178,21,146,21"/>
|
||||
</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: main Pages: 1 -->
|
||||
<svg width="203pt" height="27pt"
|
||||
@@ -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="M37.2,-9.62C44.67,-9.62 53.52,-9.62 61.73,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-13.13 71.71,-9.62 61.71,-6.13 61.71,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-9.62C44.58,-9.62 53.31,-9.62 61.45,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-13.13 71.2,-9.63 61.2,-6.13 61.2,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-9.62C112.94,-9.62 121.68,-9.62 130.32,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.08,-13.13 140.08,-9.62 130.08,-6.13 130.08,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-9.62C112.78,-9.62 121.3,-9.62 129.75,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.56,-13.13 139.56,-9.63 129.56,-6.13 129.56,-13.13"/>
|
||||
</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: main Pages: 1 -->
|
||||
<svg width="203pt" height="27pt"
|
||||
@@ -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="M37.2,-9.62C44.67,-9.62 53.52,-9.62 61.73,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-13.13 71.71,-9.62 61.71,-6.13 61.71,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-9.62C44.58,-9.62 53.31,-9.62 61.45,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-13.13 71.2,-9.63 61.2,-6.13 61.2,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,8 +48,8 @@
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-9.62C112.94,-9.62 121.68,-9.62 130.32,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.08,-13.13 140.08,-9.62 130.08,-6.13 130.08,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.83,-9.62C112.78,-9.62 121.3,-9.62 129.75,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.56,-13.13 139.56,-9.63 129.56,-6.13 129.56,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,5 +1,5 @@
|
||||
<map id="test" name="test">
|
||||
<area shape="rect" id="Node000001" title="Self-test implementations." alt="" coords="5,5,49,31"/>
|
||||
<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="97,5,168,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="49,16,82,16,82,21,49,21"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="49,16,81,16,81,21,49,21"/>
|
||||
</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: test Pages: 1 -->
|
||||
<svg width="130pt" height="27pt"
|
||||
@@ -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="M32.83,-9.62C39.94,-9.62 48.68,-9.62 57.32,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.08,-13.13 67.08,-9.62 57.08,-6.13 57.08,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-9.62C39.78,-9.62 48.3,-9.62 56.75,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.56,-13.13 66.56,-9.63 56.56,-6.13 56.56,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 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: test Pages: 1 -->
|
||||
<svg width="130pt" height="27pt"
|
||||
@@ -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="M32.83,-9.62C39.94,-9.62 48.68,-9.62 57.32,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.08,-13.13 67.08,-9.62 57.08,-6.13 57.08,-13.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.83,-9.62C39.78,-9.62 48.3,-9.62 56.75,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.56,-13.13 66.56,-9.63 56.56,-6.13 56.56,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -1,18 +1,18 @@
|
||||
<map id="machine_learning::k_nearest_neighbors::euclidean_distance" name="machine_learning::k_nearest_neighbors::euclidean_distance">
|
||||
<area shape="rect" id="Node000001" title="Compute the Euclidean distance between two vectors." alt="" coords="5,138,148,194"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000001" title=" " alt="" coords="40,138,41,128,47,119,59,114,77,112,96,114,108,122,106,126,95,119,76,117,61,119,51,123,46,130,46,138"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000001" title=" " alt="" coords="40,138,41,128,47,119,59,114,77,112,96,114,108,121,105,126,94,119,76,117,61,119,51,123,46,130,46,138"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/accumulate.html#" title=" " alt="" coords="202,5,316,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="96,136,138,88,165,62,194,40,201,36,204,40,197,44,169,66,142,92,100,140"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/iterator/back_inserter.html#" title=" " alt="" coords="196,55,322,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="117,136,194,89,205,84,208,89,197,94,119,140"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="117,136,194,89,204,84,207,89,197,94,119,140"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/begin.html#" title=" " alt="" coords="198,104,320,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="148,144,194,131,196,137,149,149"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="148,144,194,132,195,137,149,149"/>
|
||||
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/end.html#" title=" " alt="" coords="203,153,315,179"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="148,164,188,164,188,169,148,169"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="148,164,187,164,187,169,148,169"/>
|
||||
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/shrink_to_fit.html#" title=" " alt="" coords="196,203,322,244"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000006" title=" " alt="" coords="149,186,182,197,181,202,148,191"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000006" title=" " alt="" coords="149,186,182,197,180,202,148,191"/>
|
||||
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sqrt.html#" title=" " alt="" coords="224,268,294,294"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000007" title=" " alt="" coords="112,192,152,223,197,253,212,261,210,266,194,258,148,228,109,197"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000007" title=" " alt="" coords="112,192,152,223,197,253,211,261,209,265,194,258,148,228,109,197"/>
|
||||
<area shape="rect" id="Node000008" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/transform.html#" title=" " alt="" coords="208,317,310,343"/>
|
||||
<area shape="poly" id="edge8_Node000001_Node000008" title=" " alt="" coords="98,193,139,249,167,278,197,304,203,308,200,312,194,308,163,282,135,252,93,196"/>
|
||||
</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: machine_learning::k_nearest_neighbors::euclidean_distance Pages: 1 -->
|
||||
<svg width="246pt" height="261pt"
|
||||
@@ -33,8 +33,8 @@
|
||||
<g id="edge5_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge5_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M28.14,-153.82C25.73,-163.3 34.14,-171.5 53.38,-171.5 64.79,-171.5 72.4,-168.61 76.19,-164.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.76,-165.35 78.61,-154.82 72.95,-163.77 79.76,-165.35"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M28.14,-153.82C25.73,-163.3 34.14,-171.5 53.38,-171.5 64.49,-171.5 71.99,-168.76 75.88,-164.61"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.18,-165.84 78.24,-155.29 72.4,-164.12 79.18,-165.84"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -51,8 +51,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="M69.85,-153.68C86.03,-174.41 113.15,-205.78 142.75,-225.62 144.47,-226.78 146.28,-227.88 148.14,-228.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.22,-232.36 156.74,-233.63 149.31,-226.08 146.22,-232.36"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M69.85,-153.68C86.03,-174.41 113.15,-205.78 142.75,-225.62 144.33,-226.68 145.98,-227.69 147.67,-228.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.87,-231.67 156.39,-232.96 148.97,-225.39 145.87,-231.67"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -69,8 +69,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="M84.6,-153.84C101.28,-165.02 122.64,-178.47 142.75,-188.62 145.34,-189.93 148.04,-191.2 150.79,-192.43"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.21,-195.98 159.79,-196.63 151.93,-189.53 149.21,-195.98"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M84.6,-153.84C101.28,-165.02 122.64,-178.47 142.75,-188.62 145.16,-189.84 147.67,-191.03 150.22,-192.17"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.82,-195.38 159.39,-196.05 151.54,-188.93 148.82,-195.38"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -87,8 +87,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-147.14C118.76,-150.3 130.86,-153.63 142.12,-156.72"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.05,-160.33 151.62,-159.6 142.9,-153.58 141.05,-160.33"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-147.14C118.64,-150.27 130.61,-153.56 141.77,-156.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="140.59,-159.93 151.16,-159.2 142.44,-153.18 140.59,-159.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -105,8 +105,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-132.62C116.99,-132.62 127.17,-132.62 136.9,-132.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.65,-136.13 146.65,-132.62 136.65,-129.13 136.65,-136.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-132.62C116.79,-132.62 126.73,-132.62 136.27,-132.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.14,-136.13 146.14,-132.63 136.14,-129.13 136.14,-136.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -124,8 +124,8 @@
|
||||
<g id="edge6_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge6_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-115.75C115.44,-113.14 123.93,-110.43 132.2,-107.79"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.07,-110.87 141.53,-104.49 130.94,-104.2 133.07,-110.87"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-115.75C115.25,-113.2 123.55,-110.55 131.65,-107.97"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.63,-111.33 141.09,-104.95 130.5,-104.66 132.63,-111.33"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -142,8 +142,8 @@
|
||||
<g id="edge7_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge7_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M78.69,-111.44C95.8,-97.24 119.68,-78.8 142.75,-65.62 146.39,-63.55 150.29,-61.58 154.24,-59.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.23,-62.71 163.01,-55.53 152.45,-56.29 155.23,-62.71"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M78.69,-111.44C95.8,-97.24 119.68,-78.8 142.75,-65.62 146.18,-63.67 149.85,-61.81 153.57,-60.07"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="154.85,-63.33 162.62,-56.13 152.06,-56.91 154.85,-63.33"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -160,8 +160,8 @@
|
||||
<g id="edge8_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge8_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M67.53,-111.35C82.97,-87.95 110.58,-50.63 142.75,-27.62 144.25,-26.55 145.82,-25.54 147.44,-24.57"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.81,-27.29 156.1,-19.6 145.6,-21.06 148.81,-27.29"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M67.53,-111.35C82.97,-87.95 110.58,-50.63 142.75,-27.62 144.11,-26.65 145.53,-25.72 147,-24.84"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.48,-28.01 155.75,-20.3 145.26,-21.79 148.48,-28.01"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 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: machine_learning::k_nearest_neighbors::euclidean_distance Pages: 1 -->
|
||||
<svg width="246pt" height="261pt"
|
||||
@@ -23,8 +23,8 @@
|
||||
<g id="edge5_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge5_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M28.14,-153.82C25.73,-163.3 34.14,-171.5 53.38,-171.5 64.79,-171.5 72.4,-168.61 76.19,-164.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.76,-165.35 78.61,-154.82 72.95,-163.77 79.76,-165.35"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M28.14,-153.82C25.73,-163.3 34.14,-171.5 53.38,-171.5 64.49,-171.5 71.99,-168.76 75.88,-164.61"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.18,-165.84 78.24,-155.29 72.4,-164.12 79.18,-165.84"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -41,8 +41,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="M69.85,-153.68C86.03,-174.41 113.15,-205.78 142.75,-225.62 144.47,-226.78 146.28,-227.88 148.14,-228.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.22,-232.36 156.74,-233.63 149.31,-226.08 146.22,-232.36"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M69.85,-153.68C86.03,-174.41 113.15,-205.78 142.75,-225.62 144.33,-226.68 145.98,-227.69 147.67,-228.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.87,-231.67 156.39,-232.96 148.97,-225.39 145.87,-231.67"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,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="M84.6,-153.84C101.28,-165.02 122.64,-178.47 142.75,-188.62 145.34,-189.93 148.04,-191.2 150.79,-192.43"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.21,-195.98 159.79,-196.63 151.93,-189.53 149.21,-195.98"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M84.6,-153.84C101.28,-165.02 122.64,-178.47 142.75,-188.62 145.16,-189.84 147.67,-191.03 150.22,-192.17"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.82,-195.38 159.39,-196.05 151.54,-188.93 148.82,-195.38"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -77,8 +77,8 @@
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-147.14C118.76,-150.3 130.86,-153.63 142.12,-156.72"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.05,-160.33 151.62,-159.6 142.9,-153.58 141.05,-160.33"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-147.14C118.64,-150.27 130.61,-153.56 141.77,-156.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="140.59,-159.93 151.16,-159.2 142.44,-153.18 140.59,-159.93"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -95,8 +95,8 @@
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-132.62C116.99,-132.62 127.17,-132.62 136.9,-132.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.65,-136.13 146.65,-132.62 136.65,-129.13 136.65,-136.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-132.62C116.79,-132.62 126.73,-132.62 136.27,-132.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.14,-136.13 146.14,-132.63 136.14,-129.13 136.14,-136.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -114,8 +114,8 @@
|
||||
<g id="edge6_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge6_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-115.75C115.44,-113.14 123.93,-110.43 132.2,-107.79"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="133.07,-110.87 141.53,-104.49 130.94,-104.2 133.07,-110.87"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M107.25,-115.75C115.25,-113.2 123.55,-110.55 131.65,-107.97"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.63,-111.33 141.09,-104.95 130.5,-104.66 132.63,-111.33"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -132,8 +132,8 @@
|
||||
<g id="edge7_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge7_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M78.69,-111.44C95.8,-97.24 119.68,-78.8 142.75,-65.62 146.39,-63.55 150.29,-61.58 154.24,-59.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.23,-62.71 163.01,-55.53 152.45,-56.29 155.23,-62.71"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M78.69,-111.44C95.8,-97.24 119.68,-78.8 142.75,-65.62 146.18,-63.67 149.85,-61.81 153.57,-60.07"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="154.85,-63.33 162.62,-56.13 152.06,-56.91 154.85,-63.33"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -150,8 +150,8 @@
|
||||
<g id="edge8_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge8_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M67.53,-111.35C82.97,-87.95 110.58,-50.63 142.75,-27.62 144.25,-26.55 145.82,-25.54 147.44,-24.57"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.81,-27.29 156.1,-19.6 145.6,-21.06 148.81,-27.29"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M67.53,-111.35C82.97,-87.95 110.58,-50.63 142.75,-27.62 144.11,-26.65 145.53,-25.72 147,-24.84"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.48,-28.01 155.75,-20.3 145.26,-21.79 148.48,-28.01"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -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++: backtracking/n_queens.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,25 +116,25 @@ Include dependency graph for n_queens.cpp:</div>
|
||||
</div><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
|
||||
Namespaces</h2></td></tr>
|
||||
<tr class="memitem:db/dc0/namespacebacktracking"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/dc0/namespacebacktracking.html">backtracking</a></td></tr>
|
||||
<tr class="memitem:db/dc0/namespacebacktracking" id="r_db/dc0/namespacebacktracking"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/dc0/namespacebacktracking.html">backtracking</a></td></tr>
|
||||
<tr class="memdesc:db/dc0/namespacebacktracking"><td class="mdescLeft"> </td><td class="mdescRight">for vector container <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:d3/da1/namespacen__queens"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/da1/namespacen__queens.html">n_queens</a></td></tr>
|
||||
<tr class="memitem:d3/da1/namespacen__queens" id="r_d3/da1/namespacen__queens"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/da1/namespacen__queens.html">n_queens</a></td></tr>
|
||||
<tr class="memdesc:d3/da1/namespacen__queens"><td class="mdescLeft"> </td><td class="mdescRight">Functions for <a href="https://en.wikipedia.org/wiki/Eight_queens_puzzle" target="_blank">Eight Queens</a> puzzle. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><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:a40ae0c7fd04eb20e7f3bff13fc6a5808"><td class="memTemplParams" colspan="2">template<size_t n> </td></tr>
|
||||
<tr class="memitem:a40ae0c7fd04eb20e7f3bff13fc6a5808" id="r_a40ae0c7fd04eb20e7f3bff13fc6a5808"><td class="memTemplParams" colspan="2">template<size_t n> </td></tr>
|
||||
<tr class="memitem:a40ae0c7fd04eb20e7f3bff13fc6a5808"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d4/d3e/n__queens_8cpp.html#a40ae0c7fd04eb20e7f3bff13fc6a5808">backtracking::n_queens::printSolution</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a>< <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a>< int, n >, n > &board)</td></tr>
|
||||
<tr class="separator:a40ae0c7fd04eb20e7f3bff13fc6a5808"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a5730b6683f6adcf5c5ef75cf53dc7160"><td class="memTemplParams" colspan="2">template<size_t n> </td></tr>
|
||||
<tr class="memitem:a5730b6683f6adcf5c5ef75cf53dc7160" id="r_a5730b6683f6adcf5c5ef75cf53dc7160"><td class="memTemplParams" colspan="2">template<size_t n> </td></tr>
|
||||
<tr class="memitem:a5730b6683f6adcf5c5ef75cf53dc7160"><td class="memTemplItemLeft" align="right" valign="top">bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d4/d3e/n__queens_8cpp.html#a5730b6683f6adcf5c5ef75cf53dc7160">backtracking::n_queens::isSafe</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a>< <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a>< int, n >, n > &board, const int &row, const int &col)</td></tr>
|
||||
<tr class="separator:a5730b6683f6adcf5c5ef75cf53dc7160"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0dbd7af47d87f0b956609fe9e3288ecb"><td class="memTemplParams" colspan="2">template<size_t n> </td></tr>
|
||||
<tr class="memitem:a0dbd7af47d87f0b956609fe9e3288ecb" id="r_a0dbd7af47d87f0b956609fe9e3288ecb"><td class="memTemplParams" colspan="2">template<size_t n> </td></tr>
|
||||
<tr class="memitem:a0dbd7af47d87f0b956609fe9e3288ecb"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="../../d4/d3e/n__queens_8cpp.html#a0dbd7af47d87f0b956609fe9e3288ecb">backtracking::n_queens::solveNQ</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a>< <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a>< int, n >, n > board, const int &col)</td></tr>
|
||||
<tr class="separator:a0dbd7af47d87f0b956609fe9e3288ecb"><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="../../d4/d3e/n__queens_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="../../d4/d3e/n__queens_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft"> </td><td class="mdescRight">Main function. <br /></td></tr>
|
||||
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
@@ -371,7 +371,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_c11585dfcef32a26e29098facab6c144.html">backtracking</a></li><li class="navelem"><a class="el" href="../../d4/d3e/n__queens_8cpp.html">n_queens.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,4 +1,4 @@
|
||||
<map id="backtracking::n_queens::solveNQ" name="backtracking::n_queens::solveNQ">
|
||||
<area shape="rect" id="Node000001" title=" " alt="" coords="5,29,165,70"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="54,29,53,19,58,11,69,5,85,3,103,5,114,12,111,16,101,10,85,8,70,10,61,14,58,20,59,28"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="54,29,53,19,58,11,69,5,85,3,103,5,113,11,110,16,101,10,85,8,70,10,61,14,58,20,59,28"/>
|
||||
</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: backtracking::n_queens::solveNQ Pages: 1 -->
|
||||
<svg width="128pt" height="57pt"
|
||||
@@ -32,8 +32,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M38.57,-30.99C34.25,-40.06 41.31,-48.5 59.75,-48.5 70.12,-48.5 76.89,-45.83 80.06,-41.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="83.62,-42.23 80.93,-31.99 76.65,-41.68 83.62,-42.23"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M38.57,-30.99C34.25,-40.06 41.31,-48.5 59.75,-48.5 69.83,-48.5 76.51,-45.97 79.79,-42.2"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="83.25,-42.79 80.77,-32.49 76.28,-42.09 83.25,-42.79"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.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: backtracking::n_queens::solveNQ Pages: 1 -->
|
||||
<svg width="128pt" height="57pt"
|
||||
@@ -22,8 +22,8 @@
|
||||
<g id="edge1_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M38.57,-30.99C34.25,-40.06 41.31,-48.5 59.75,-48.5 70.12,-48.5 76.89,-45.83 80.06,-41.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="83.62,-42.23 80.93,-31.99 76.65,-41.68 83.62,-42.23"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M38.57,-30.99C34.25,-40.06 41.31,-48.5 59.75,-48.5 69.83,-48.5 76.51,-45.97 79.79,-42.2"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="83.25,-42.79 80.77,-32.49 76.28,-42.09 83.25,-42.79"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |