Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 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.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: bit_manipulation/hamming_distance.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&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -116,25 +116,25 @@ Include dependency graph for hamming_distance.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:d7/d81/namespacebit__manipulation"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d7/d81/namespacebit__manipulation.html">bit_manipulation</a></td></tr>
<tr class="memitem:d7/d81/namespacebit__manipulation" id="r_d7/d81/namespacebit__manipulation"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d7/d81/namespacebit__manipulation.html">bit_manipulation</a></td></tr>
<tr class="memdesc:d7/d81/namespacebit__manipulation"><td class="mdescLeft">&#160;</td><td class="mdescRight">for IO operations <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:d4/d1c/namespacehamming__distance"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d1c/namespacehamming__distance.html">hamming_distance</a></td></tr>
<tr class="memitem:d4/d1c/namespacehamming__distance" id="r_d4/d1c/namespacehamming__distance"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d1c/namespacehamming__distance.html">hamming_distance</a></td></tr>
<tr class="memdesc:d4/d1c/namespacehamming__distance"><td class="mdescLeft">&#160;</td><td class="mdescRight">Functions for <a href="https://en.wikipedia.org/wiki/Hamming_distance" target="_blank">Hamming distance</a> implementation. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</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:a65d845df3fecff7087a2126c7b72030b"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#a65d845df3fecff7087a2126c7b72030b">bit_manipulation::hamming_distance::bitCount</a> (uint64_t value)</td></tr>
<tr class="memitem:a65d845df3fecff7087a2126c7b72030b" id="r_a65d845df3fecff7087a2126c7b72030b"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#a65d845df3fecff7087a2126c7b72030b">bit_manipulation::hamming_distance::bitCount</a> (uint64_t value)</td></tr>
<tr class="separator:a65d845df3fecff7087a2126c7b72030b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abfe6fbb2f3460a2623c96f283178a07a"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#abfe6fbb2f3460a2623c96f283178a07a">bit_manipulation::hamming_distance::hamming_distance</a> (uint64_t a, uint64_t b)</td></tr>
<tr class="memitem:abfe6fbb2f3460a2623c96f283178a07a" id="r_abfe6fbb2f3460a2623c96f283178a07a"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#abfe6fbb2f3460a2623c96f283178a07a">bit_manipulation::hamming_distance::hamming_distance</a> (uint64_t a, uint64_t b)</td></tr>
<tr class="separator:abfe6fbb2f3460a2623c96f283178a07a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a40ba9fe8b5df5c268f0c7d677ff2fe80"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#a40ba9fe8b5df5c268f0c7d677ff2fe80">bit_manipulation::hamming_distance::hamming_distance</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &amp;a, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &amp;b)</td></tr>
<tr class="memitem:a40ba9fe8b5df5c268f0c7d677ff2fe80" id="r_a40ba9fe8b5df5c268f0c7d677ff2fe80"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#a40ba9fe8b5df5c268f0c7d677ff2fe80">bit_manipulation::hamming_distance::hamming_distance</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &amp;a, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &amp;b)</td></tr>
<tr class="separator:a40ba9fe8b5df5c268f0c7d677ff2fe80"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d" id="r_aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function to the test hamming distance. <br /></td></tr>
<tr class="separator:aa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <br /></td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
@@ -369,7 +369,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_f3c4fbc4e901afa0a54d0623c5574aa7.html">bit_manipulation</a></li><li class="navelem"><a class="el" href="../../d4/d48/hamming__distance_8cpp.html">hamming_distance.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>

View File

@@ -1,5 +1,5 @@
<map id="bit_manipulation::hamming_distance::hamming_distance" name="bit_manipulation::hamming_distance::hamming_distance">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,200,46"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size.html#" title=" " alt="" coords="248,13,359,39"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="200,23,233,23,233,28,200,28"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="200,23,232,23,232,28,200,28"/>
</map>

View File

@@ -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: bit_manipulation::hamming_distance::hamming_distance Pages: 1 -->
<svg width="273pt" height="39pt"
@@ -41,8 +41,8 @@
<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="M146.01,-15.25C154.25,-15.25 162.53,-15.25 170.44,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.34,-18.75 180.34,-15.25 170.34,-11.75 170.34,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M146.01,-15.25C154.07,-15.25 162.15,-15.25 169.9,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="169.82,-18.75 179.82,-15.25 169.82,-11.75 169.82,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -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: bit_manipulation::hamming_distance::hamming_distance Pages: 1 -->
<svg width="273pt" height="39pt"
@@ -31,8 +31,8 @@
<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="M146.01,-15.25C154.25,-15.25 162.53,-15.25 170.44,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.34,-18.75 180.34,-15.25 170.34,-11.75 170.34,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M146.01,-15.25C154.07,-15.25 162.15,-15.25 169.9,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="169.82,-18.75 179.82,-15.25 169.82,-11.75 169.82,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,4 +1,4 @@
<map id="bit_manipulation::hamming_distance::bitCount" name="bit_manipulation::hamming_distance::bitCount">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,29,182,70"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="60,29,58,19,64,10,76,5,94,3,113,5,125,12,122,16,112,10,93,8,77,10,67,14,63,20,65,28"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="60,29,58,19,64,10,76,5,94,3,113,5,124,11,122,16,111,10,93,8,77,10,67,14,63,20,65,28"/>
</map>

View File

@@ -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: bit_manipulation::hamming_distance::bitCount Pages: 1 -->
<svg width="140pt" height="57pt"
@@ -32,8 +32,8 @@
<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="M42.69,-30.99C37.91,-40.06 45.72,-48.5 66.12,-48.5 77.6,-48.5 85.1,-45.83 88.61,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.17,-42.25 89.56,-31.99 85.2,-41.64 92.17,-42.25"/>
<path fill="none" stroke="#63b8ff" d="M42.69,-30.99C37.91,-40.06 45.72,-48.5 66.12,-48.5 77.28,-48.5 84.68,-45.97 88.3,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.76,-42.82 89.39,-32.49 84.8,-42.04 91.76,-42.82"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -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: bit_manipulation::hamming_distance::bitCount Pages: 1 -->
<svg width="140pt" height="57pt"
@@ -22,8 +22,8 @@
<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="M42.69,-30.99C37.91,-40.06 45.72,-48.5 66.12,-48.5 77.6,-48.5 85.1,-45.83 88.61,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="92.17,-42.25 89.56,-31.99 85.2,-41.64 92.17,-42.25"/>
<path fill="none" stroke="#63b8ff" d="M42.69,-30.99C37.91,-40.06 45.72,-48.5 66.12,-48.5 77.28,-48.5 84.68,-45.97 88.3,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.76,-42.82 89.39,-32.49 84.8,-42.04 91.76,-42.82"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1,6 +1,6 @@
<map id="bit_manipulation::hamming_distance::hamming_distance" name="bit_manipulation::hamming_distance::hamming_distance">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,29,200,70"/>
<area shape="rect" id="Node000002" href="$d4/d48/hamming__distance_8cpp.html#a65d845df3fecff7087a2126c7b72030b" title=" " alt="" coords="248,29,424,70"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="200,47,233,47,233,52,200,52"/>
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="292,29,290,19,297,10,312,5,336,3,362,5,377,12,374,17,360,10,336,8,314,10,300,15,295,21,297,28"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="200,47,232,47,232,52,200,52"/>
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="292,29,290,19,297,10,312,5,336,3,361,5,376,11,374,16,360,10,336,8,314,10,300,15,295,21,297,28"/>
</map>

View File

@@ -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: bit_manipulation::hamming_distance::hamming_distance Pages: 1 -->
<svg width="322pt" height="57pt"
@@ -42,8 +42,8 @@
<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="M146.24,-15.25C154.26,-15.25 162.45,-15.25 170.52,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.42,-18.75 180.42,-15.25 170.42,-11.75 170.42,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M146.24,-15.25C154.08,-15.25 162.08,-15.25 169.97,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="169.9,-18.75 179.9,-15.25 169.9,-11.75 169.9,-18.75"/>
</a>
</g>
</g>
@@ -51,8 +51,8 @@
<g id="edge2_Node000002_Node000002" class="edge">
<title>Node2&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M216.86,-30.99C210.54,-40.06 220.87,-48.5 247.88,-48.5 263.06,-48.5 272.98,-45.83 277.62,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="281.21,-42.32 278.89,-31.99 274.26,-41.52 281.21,-42.32"/>
<path fill="none" stroke="#63b8ff" d="M216.86,-30.99C210.54,-40.06 220.87,-48.5 247.88,-48.5 262.64,-48.5 272.42,-45.97 277.22,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="280.66,-42.89 278.66,-32.48 273.73,-41.86 280.66,-42.89"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -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: bit_manipulation::hamming_distance::hamming_distance Pages: 1 -->
<svg width="322pt" height="57pt"
@@ -32,8 +32,8 @@
<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="M146.24,-15.25C154.26,-15.25 162.45,-15.25 170.52,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="170.42,-18.75 180.42,-15.25 170.42,-11.75 170.42,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M146.24,-15.25C154.08,-15.25 162.08,-15.25 169.97,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="169.9,-18.75 179.9,-15.25 169.9,-11.75 169.9,-18.75"/>
</a>
</g>
</g>
@@ -41,8 +41,8 @@
<g id="edge2_Node000002_Node000002" class="edge">
<title>Node2&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M216.86,-30.99C210.54,-40.06 220.87,-48.5 247.88,-48.5 263.06,-48.5 272.98,-45.83 277.62,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="281.21,-42.32 278.89,-31.99 274.26,-41.52 281.21,-42.32"/>
<path fill="none" stroke="#63b8ff" d="M216.86,-30.99C210.54,-40.06 220.87,-48.5 247.88,-48.5 262.64,-48.5 272.42,-45.97 277.22,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="280.66,-42.89 278.66,-32.48 273.73,-41.86 280.66,-42.89"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1,7 +1,7 @@
<map id="main" name="main">
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,31,55,56"/>
<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="103,5,174,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,35,88,27,89,32,56,40"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,35,87,27,88,33,56,40"/>
<area shape="rect" id="Node000003" href="$d4/d48/hamming__distance_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Function to the test hamming distance." alt="" coords="117,55,160,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,46,103,57,102,62,55,52"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="56,46,102,57,101,62,55,52"/>
</map>

View File

@@ -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="135pt" height="64pt"
@@ -40,8 +40,8 @@
<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.48,-31.94C44.8,-33.69 53.55,-35.79 62.1,-37.84"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.18,-41.46 71.72,-40.38 62.81,-34.65 61.18,-41.46"/>
<path fill="none" stroke="#63b8ff" d="M37.48,-31.94C44.64,-33.65 53.16,-35.69 61.53,-37.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.71,-41.1 71.25,-40.03 62.34,-34.3 60.71,-41.1"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<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.48,-23.54C47.93,-21.17 61.28,-18.13 72.85,-15.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.27,-18.77 82.24,-13.15 71.72,-11.95 73.27,-18.77"/>
<path fill="none" stroke="#63b8ff" d="M37.48,-23.54C47.72,-21.22 60.73,-18.26 72.13,-15.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.79,-19.11 81.77,-13.48 71.24,-12.28 72.79,-19.11"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -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="135pt" height="64pt"
@@ -30,8 +30,8 @@
<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.48,-31.94C44.8,-33.69 53.55,-35.79 62.1,-37.84"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.18,-41.46 71.72,-40.38 62.81,-34.65 61.18,-41.46"/>
<path fill="none" stroke="#63b8ff" d="M37.48,-31.94C44.64,-33.65 53.16,-35.69 61.53,-37.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.71,-41.1 71.25,-40.03 62.34,-34.3 60.71,-41.1"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<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.48,-23.54C47.93,-21.17 61.28,-18.13 72.85,-15.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.27,-18.77 82.24,-13.15 71.72,-11.95 73.27,-18.77"/>
<path fill="none" stroke="#63b8ff" d="M37.48,-23.54C47.72,-21.22 60.73,-18.26 72.13,-15.67"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="72.79,-19.11 81.77,-13.48 71.24,-12.28 72.79,-19.11"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB