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++: ciphers/a1z26_cipher.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');
|
||||
@@ -123,33 +123,33 @@ Include dependency graph for a1z26_cipher.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:d6/d4e/namespaceciphers"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/namespaceciphers.html">ciphers</a></td></tr>
|
||||
<tr class="memitem:d6/d4e/namespaceciphers" id="r_d6/d4e/namespaceciphers"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/namespaceciphers.html">ciphers</a></td></tr>
|
||||
<tr class="memdesc:d6/d4e/namespaceciphers"><td class="mdescLeft"> </td><td class="mdescRight">Algorithms for encryption and decryption. <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:d8/d2a/namespacea1z26"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d2a/namespacea1z26.html">a1z26</a></td></tr>
|
||||
<tr class="memitem:d8/d2a/namespacea1z26" id="r_d8/d2a/namespacea1z26"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d2a/namespacea1z26.html">a1z26</a></td></tr>
|
||||
<tr class="memdesc:d8/d2a/namespacea1z26"><td class="mdescLeft"> </td><td class="mdescRight">Functions for <a href="https://www.dcode.fr/letter-number-cipher" target="_blank">A1Z26</a> encryption and decryption 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:a77a6b827a0b9c7aca2d705811459d744"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html#a77a6b827a0b9c7aca2d705811459d744">ciphers::a1z26::encrypt</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> text)</td></tr>
|
||||
<tr class="memitem:a77a6b827a0b9c7aca2d705811459d744" id="r_a77a6b827a0b9c7aca2d705811459d744"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html#a77a6b827a0b9c7aca2d705811459d744">ciphers::a1z26::encrypt</a> (<a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> text)</td></tr>
|
||||
<tr class="memdesc:a77a6b827a0b9c7aca2d705811459d744"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="../../d8/d2a/namespacea1z26.html" title="Functions for A1Z26 encryption and decryption implementation.">a1z26</a> encryption implementation <br /></td></tr>
|
||||
<tr class="separator:a77a6b827a0b9c7aca2d705811459d744"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0a78954e96c862430904ee3e64623c38"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html#a0a78954e96c862430904ee3e64623c38">ciphers::a1z26::decrypt</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &text, bool bReturnUppercase=false)</td></tr>
|
||||
<tr class="memitem:a0a78954e96c862430904ee3e64623c38" id="r_a0a78954e96c862430904ee3e64623c38"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html#a0a78954e96c862430904ee3e64623c38">ciphers::a1z26::decrypt</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &text, bool bReturnUppercase=false)</td></tr>
|
||||
<tr class="memdesc:a0a78954e96c862430904ee3e64623c38"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="../../d8/d2a/namespacea1z26.html" title="Functions for A1Z26 encryption and decryption implementation.">a1z26</a> decryption implementation <br /></td></tr>
|
||||
<tr class="separator:a0a78954e96c862430904ee3e64623c38"><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="../../de/db6/a1z26__cipher_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="../../de/db6/a1z26__cipher_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:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_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="../../de/db6/a1z26__cipher_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><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="var-members" name="var-members"></a>
|
||||
Variables</h2></td></tr>
|
||||
<tr class="memitem:a9b0bba130e569910cb077c70eebeb27c"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>< uint8_t, char > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html#a9b0bba130e569910cb077c70eebeb27c">ciphers::a1z26::a1z26_decrypt_map</a></td></tr>
|
||||
<tr class="memitem:a9b0bba130e569910cb077c70eebeb27c" id="r_a9b0bba130e569910cb077c70eebeb27c"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>< uint8_t, char > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html#a9b0bba130e569910cb077c70eebeb27c">ciphers::a1z26::a1z26_decrypt_map</a></td></tr>
|
||||
<tr class="separator:a9b0bba130e569910cb077c70eebeb27c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aff1ae9e8aa4eed6b67ee0ff412ddbb67"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>< char, uint8_t > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html#aff1ae9e8aa4eed6b67ee0ff412ddbb67">ciphers::a1z26::a1z26_encrypt_map</a></td></tr>
|
||||
<tr class="memitem:aff1ae9e8aa4eed6b67ee0ff412ddbb67" id="r_aff1ae9e8aa4eed6b67ee0ff412ddbb67"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>< char, uint8_t > </td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html#aff1ae9e8aa4eed6b67ee0ff412ddbb67">ciphers::a1z26::a1z26_encrypt_map</a></td></tr>
|
||||
<tr class="separator:aff1ae9e8aa4eed6b67ee0ff412ddbb67"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
@@ -416,6 +416,12 @@ Here is the call graph for this function:</div>
|
||||
<div class="line"> {15, <span class="charliteral">'o'</span>}, {16, <span class="charliteral">'p'</span>}, {17, <span class="charliteral">'q'</span>}, {18, <span class="charliteral">'r'</span>}, {19, <span class="charliteral">'s'</span>}, {20, <span class="charliteral">'t'</span>}, {21, <span class="charliteral">'u'</span>},</div>
|
||||
<div class="line"> {22, <span class="charliteral">'v'</span>}, {23, <span class="charliteral">'w'</span>}, {24, <span class="charliteral">'x'</span>}, {25, <span class="charliteral">'y'</span>}, {26, <span class="charliteral">'z'</span>},</div>
|
||||
<div class="line">}</div>
|
||||
</div><!-- fragment --><div class="fragment"><div class="line"><span class="lineno"> 33</span> {</div>
|
||||
<div class="line"><span class="lineno"> 34</span> {1, <span class="charliteral">'a'</span>}, {2, <span class="charliteral">'b'</span>}, {3, <span class="charliteral">'c'</span>}, {4, <span class="charliteral">'d'</span>}, {5, <span class="charliteral">'e'</span>}, {6, <span class="charliteral">'f'</span>}, {7, <span class="charliteral">'g'</span>},</div>
|
||||
<div class="line"><span class="lineno"> 35</span> {8, <span class="charliteral">'h'</span>}, {9, <span class="charliteral">'i'</span>}, {10, <span class="charliteral">'j'</span>}, {11, <span class="charliteral">'k'</span>}, {12, <span class="charliteral">'l'</span>}, {13, <span class="charliteral">'m'</span>}, {14, <span class="charliteral">'n'</span>},</div>
|
||||
<div class="line"><span class="lineno"> 36</span> {15, <span class="charliteral">'o'</span>}, {16, <span class="charliteral">'p'</span>}, {17, <span class="charliteral">'q'</span>}, {18, <span class="charliteral">'r'</span>}, {19, <span class="charliteral">'s'</span>}, {20, <span class="charliteral">'t'</span>}, {21, <span class="charliteral">'u'</span>},</div>
|
||||
<div class="line"><span class="lineno"> 37</span> {22, <span class="charliteral">'v'</span>}, {23, <span class="charliteral">'w'</span>}, {24, <span class="charliteral">'x'</span>}, {25, <span class="charliteral">'y'</span>}, {26, <span class="charliteral">'z'</span>},</div>
|
||||
<div class="line"><span class="lineno"> 38</span>};</div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -435,6 +441,11 @@ Here is the call graph for this function:</div>
|
||||
<div class="line"> {<span class="charliteral">'h'</span>, 8}, {<span class="charliteral">'i'</span>, 9}, {<span class="charliteral">'j'</span>, 10}, {<span class="charliteral">'k'</span>, 11}, {<span class="charliteral">'l'</span>, 12}, {<span class="charliteral">'m'</span>, 13}, {<span class="charliteral">'n'</span>, 14},</div>
|
||||
<div class="line"> {<span class="charliteral">'o'</span>, 15}, {<span class="charliteral">'p'</span>, 16}, {<span class="charliteral">'q'</span>, 17}, {<span class="charliteral">'r'</span>, 18}, {<span class="charliteral">'s'</span>, 19}, {<span class="charliteral">'t'</span>, 20}, {<span class="charliteral">'u'</span>, 21},</div>
|
||||
<div class="line"> {<span class="charliteral">'v'</span>, 22}, {<span class="charliteral">'w'</span>, 23}, {<span class="charliteral">'x'</span>, 24}, {<span class="charliteral">'y'</span>, 25}, {<span class="charliteral">'z'</span>, 26}}</div>
|
||||
</div><!-- fragment --><div class="fragment"><div class="line"><span class="lineno"> 40</span> {</div>
|
||||
<div class="line"><span class="lineno"> 41</span> {<span class="charliteral">'a'</span>, 1}, {<span class="charliteral">'b'</span>, 2}, {<span class="charliteral">'c'</span>, 3}, {<span class="charliteral">'d'</span>, 4}, {<span class="charliteral">'e'</span>, 5}, {<span class="charliteral">'f'</span>, 6}, {<span class="charliteral">'g'</span>, 7},</div>
|
||||
<div class="line"><span class="lineno"> 42</span> {<span class="charliteral">'h'</span>, 8}, {<span class="charliteral">'i'</span>, 9}, {<span class="charliteral">'j'</span>, 10}, {<span class="charliteral">'k'</span>, 11}, {<span class="charliteral">'l'</span>, 12}, {<span class="charliteral">'m'</span>, 13}, {<span class="charliteral">'n'</span>, 14},</div>
|
||||
<div class="line"><span class="lineno"> 43</span> {<span class="charliteral">'o'</span>, 15}, {<span class="charliteral">'p'</span>, 16}, {<span class="charliteral">'q'</span>, 17}, {<span class="charliteral">'r'</span>, 18}, {<span class="charliteral">'s'</span>, 19}, {<span class="charliteral">'t'</span>, 20}, {<span class="charliteral">'u'</span>, 21},</div>
|
||||
<div class="line"><span class="lineno"> 44</span> {<span class="charliteral">'v'</span>, 22}, {<span class="charliteral">'w'</span>, 23}, {<span class="charliteral">'x'</span>, 24}, {<span class="charliteral">'y'</span>, 25}, {<span class="charliteral">'z'</span>, 26}};</div>
|
||||
</div><!-- fragment -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -444,7 +455,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_4d6e05837bf820fb089a8a8cdf2f42b7.html">ciphers</a></li><li class="navelem"><a class="el" href="../../de/db6/a1z26__cipher_8cpp.html">a1z26_cipher.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,10 +1,10 @@
|
||||
<map id="ciphers::a1z26::decrypt" name="ciphers::a1z26::decrypt">
|
||||
<area shape="rect" id="Node000001" title="a1z26 decryption implementation" alt="" coords="5,55,163,80"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="50,56,43,46,47,36,61,30,84,28,110,31,123,39,120,43,108,36,84,33,63,35,51,40,49,45,54,53"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="50,56,43,46,47,36,61,30,84,28,109,31,122,38,119,42,107,36,84,33,63,35,51,40,49,45,54,53"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/push_back.html#" title=" " alt="" coords="211,5,365,31"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="140,51,217,32,218,38,141,57"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000002" title=" " alt="" coords="140,51,216,33,217,38,141,57"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/replace.html#" title=" " alt="" coords="243,55,333,80"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="163,65,228,65,228,70,163,70"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/transform.html#" title=" " alt="" coords="237,104,339,130"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000004" title=" " alt="" coords="141,78,223,98,221,104,140,84"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000004" title=" " alt="" coords="141,78,222,98,221,103,140,84"/>
|
||||
</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: ciphers::a1z26::decrypt Pages: 1 -->
|
||||
<svg width="278pt" height="101pt"
|
||||
@@ -31,8 +31,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="M35.07,-56.54C24.15,-65.15 32.13,-74.25 59,-74.25 74.96,-74.25 84.25,-71.04 86.88,-66.63"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="89.84,-65.57 82.93,-57.54 83.32,-68.13 89.84,-65.57"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M35.07,-56.54C24.15,-65.15 32.13,-74.25 59,-74.25 74.12,-74.25 83.25,-71.37 86.41,-67.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="89.8,-66.42 83.4,-57.98 83.14,-68.57 89.8,-66.42"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,8 @@
|
||||
<g id="edge2_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge2_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M101.23,-56.74C119.11,-61.12 140.24,-66.3 159.16,-70.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="158.15,-74.54 168.7,-73.53 159.82,-67.75 158.15,-74.54"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M101.23,-56.74C118.94,-61.08 139.85,-66.21 158.63,-70.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.68,-74.18 168.23,-73.17 159.35,-67.39 157.68,-74.18"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -67,8 +67,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M118.33,-46.62C134.61,-46.62 152.02,-46.62 167.29,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.98,-50.13 176.98,-46.62 166.98,-43.13 166.98,-50.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M118.33,-46.62C134.46,-46.62 151.68,-46.62 166.84,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.47,-50.13 176.47,-46.63 166.47,-43.13 166.47,-50.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -85,8 +85,8 @@
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M101.23,-36.51C120.15,-31.87 142.71,-26.34 162.43,-21.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.18,-24.68 172.06,-18.9 161.51,-17.88 163.18,-24.68"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M101.23,-36.51C119.97,-31.92 142.29,-26.44 161.88,-21.64"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.71,-25.04 171.59,-19.26 161.04,-18.24 162.71,-25.04"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 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: ciphers::a1z26::decrypt Pages: 1 -->
|
||||
<svg width="278pt" height="101pt"
|
||||
@@ -21,8 +21,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="M35.07,-56.54C24.15,-65.15 32.13,-74.25 59,-74.25 74.96,-74.25 84.25,-71.04 86.88,-66.63"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="89.84,-65.57 82.93,-57.54 83.32,-68.13 89.84,-65.57"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M35.07,-56.54C24.15,-65.15 32.13,-74.25 59,-74.25 74.12,-74.25 83.25,-71.37 86.41,-67.32"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="89.8,-66.42 83.4,-57.98 83.14,-68.57 89.8,-66.42"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -39,8 +39,8 @@
|
||||
<g id="edge2_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge2_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M101.23,-56.74C119.11,-61.12 140.24,-66.3 159.16,-70.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="158.15,-74.54 168.7,-73.53 159.82,-67.75 158.15,-74.54"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M101.23,-56.74C118.94,-61.08 139.85,-66.21 158.63,-70.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.68,-74.18 168.23,-73.17 159.35,-67.39 157.68,-74.18"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -57,8 +57,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M118.33,-46.62C134.61,-46.62 152.02,-46.62 167.29,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.98,-50.13 176.98,-46.62 166.98,-43.13 166.98,-50.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M118.33,-46.62C134.46,-46.62 151.68,-46.62 166.84,-46.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="166.47,-50.13 176.47,-46.63 166.47,-43.13 166.47,-50.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -75,8 +75,8 @@
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M101.23,-36.51C120.15,-31.87 142.71,-26.34 162.43,-21.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.18,-24.68 172.06,-18.9 161.51,-17.88 163.18,-24.68"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M101.23,-36.51C119.97,-31.92 142.29,-26.44 161.88,-21.64"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.71,-25.04 171.59,-19.26 161.04,-18.24 162.71,-25.04"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -1,14 +1,14 @@
|
||||
<map id="ciphers::a1z26::encrypt" name="ciphers::a1z26::encrypt">
|
||||
<area shape="rect" id="Node000001" title="a1z26 encryption implementation" alt="" coords="5,104,163,130"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="53,105,47,95,50,86,63,80,84,77,107,80,119,87,116,92,106,85,84,83,65,85,54,89,52,95,57,102"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="53,105,47,95,50,86,63,80,84,77,106,80,118,86,116,91,105,85,84,83,65,85,54,89,52,95,57,102"/>
|
||||
<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/begin.html#" title=" " alt="" coords="211,5,329,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="104,101,152,72,209,40,220,35,222,40,212,45,154,76,107,106"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="104,101,152,72,209,40,219,35,221,40,212,45,154,76,107,106"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/end.html#" title=" " alt="" coords="216,55,324,80"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="135,101,204,82,205,87,136,106"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000003" title=" " alt="" coords="135,101,203,82,205,87,136,106"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/replace.html#" title=" " alt="" coords="225,104,315,130"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000004" title=" " alt="" coords="163,114,210,114,210,120,163,120"/>
|
||||
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/to_string.html#" title=" " alt="" coords="221,153,319,179"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000005" title=" " alt="" coords="136,128,208,147,206,152,135,133"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000005" title=" " alt="" coords="136,128,207,147,206,152,135,133"/>
|
||||
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/transform.html#" title=" " alt="" coords="219,203,321,228"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000006" title=" " alt="" coords="107,128,154,157,212,189,222,194,220,199,209,194,152,162,104,132"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000006" title=" " alt="" coords="107,128,154,157,212,189,221,194,219,198,209,194,152,162,104,132"/>
|
||||
</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: ciphers::a1z26::encrypt Pages: 1 -->
|
||||
<svg width="251pt" height="175pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge2_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.18,-93.54C27.23,-102.15 34.5,-111.25 59,-111.25 73.16,-111.25 81.57,-108.21 84.22,-103.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.24,-102.96 80.82,-94.54 80.59,-105.13 87.24,-102.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.18,-93.54C27.23,-102.15 34.5,-111.25 59,-111.25 72.4,-111.25 80.64,-108.53 83.74,-104.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.13,-103.78 81.2,-95 80.36,-105.56 87.13,-103.78"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,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="M75.25,-93.64C93.53,-105.43 125.31,-125.22 154,-139.62 156.42,-140.84 158.95,-142.05 161.51,-143.22"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.85,-146.75 170.41,-147.57 162.66,-140.34 159.85,-146.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M75.25,-93.64C93.53,-105.43 125.31,-125.22 154,-139.62 156.25,-140.75 158.59,-141.87 160.96,-142.97"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.46,-146.13 170.03,-146.96 162.28,-139.73 159.46,-146.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -67,8 +67,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M97.54,-93.74C113.59,-98.06 132.52,-103.16 149.56,-107.75"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.32,-111.31 158.88,-110.53 150.14,-104.55 148.32,-111.31"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M97.54,-93.74C113.44,-98.02 132.17,-103.06 149.08,-107.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.85,-110.91 158.42,-110.13 149.67,-104.15 147.85,-110.91"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -85,8 +85,8 @@
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M118.26,-83.62C130.11,-83.62 142.38,-83.62 153.62,-83.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.46,-87.13 163.46,-83.62 153.46,-80.13 153.46,-87.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M118.26,-83.62C129.98,-83.62 142.12,-83.62 153.27,-83.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.95,-87.13 162.95,-83.63 152.95,-80.13 152.95,-87.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -103,8 +103,8 @@
|
||||
<g id="edge5_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge5_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M97.54,-73.51C114.12,-69.05 133.77,-63.76 151.23,-59.05"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.03,-62.19 160.77,-56.21 150.21,-55.43 152.03,-62.19"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M97.54,-73.51C113.96,-69.09 133.4,-63.86 150.74,-59.19"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.57,-62.59 160.31,-56.61 149.75,-55.83 151.57,-62.59"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -121,8 +121,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="M75.25,-73.61C93.53,-61.82 125.31,-42.03 154,-27.62 156.42,-26.41 158.95,-25.2 161.51,-24.03"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.66,-26.91 170.41,-19.68 159.85,-20.5 162.66,-26.91"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M75.25,-73.61C93.53,-61.82 125.31,-42.03 154,-27.62 156.25,-26.5 158.59,-25.38 160.96,-24.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.28,-27.52 170.03,-20.29 159.46,-21.12 162.28,-27.52"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 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: ciphers::a1z26::encrypt Pages: 1 -->
|
||||
<svg width="251pt" height="175pt"
|
||||
@@ -21,8 +21,8 @@
|
||||
<g id="edge2_Node000001_Node000001" class="edge">
|
||||
<title>Node1->Node1</title>
|
||||
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.18,-93.54C27.23,-102.15 34.5,-111.25 59,-111.25 73.16,-111.25 81.57,-108.21 84.22,-103.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.24,-102.96 80.82,-94.54 80.59,-105.13 87.24,-102.96"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.18,-93.54C27.23,-102.15 34.5,-111.25 59,-111.25 72.4,-111.25 80.64,-108.53 83.74,-104.65"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.13,-103.78 81.2,-95 80.36,-105.56 87.13,-103.78"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -39,8 +39,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="M75.25,-93.64C93.53,-105.43 125.31,-125.22 154,-139.62 156.42,-140.84 158.95,-142.05 161.51,-143.22"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.85,-146.75 170.41,-147.57 162.66,-140.34 159.85,-146.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M75.25,-93.64C93.53,-105.43 125.31,-125.22 154,-139.62 156.25,-140.75 158.59,-141.87 160.96,-142.97"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.46,-146.13 170.03,-146.96 162.28,-139.73 159.46,-146.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -57,8 +57,8 @@
|
||||
<g id="edge3_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge3_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M97.54,-93.74C113.59,-98.06 132.52,-103.16 149.56,-107.75"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.32,-111.31 158.88,-110.53 150.14,-104.55 148.32,-111.31"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M97.54,-93.74C113.44,-98.02 132.17,-103.06 149.08,-107.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.85,-110.91 158.42,-110.13 149.67,-104.15 147.85,-110.91"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -75,8 +75,8 @@
|
||||
<g id="edge4_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M118.26,-83.62C130.11,-83.62 142.38,-83.62 153.62,-83.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.46,-87.13 163.46,-83.62 153.46,-80.13 153.46,-87.13"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M118.26,-83.62C129.98,-83.62 142.12,-83.62 153.27,-83.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.95,-87.13 162.95,-83.63 152.95,-80.13 152.95,-87.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -93,8 +93,8 @@
|
||||
<g id="edge5_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge5_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M97.54,-73.51C114.12,-69.05 133.77,-63.76 151.23,-59.05"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.03,-62.19 160.77,-56.21 150.21,-55.43 152.03,-62.19"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M97.54,-73.51C113.96,-69.09 133.4,-63.86 150.74,-59.19"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.57,-62.59 160.31,-56.61 149.75,-55.83 151.57,-62.59"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -111,8 +111,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="M75.25,-73.61C93.53,-61.82 125.31,-42.03 154,-27.62 156.42,-26.41 158.95,-25.2 161.51,-24.03"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.66,-26.91 170.41,-19.68 159.85,-20.5 162.66,-26.91"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M75.25,-73.61C93.53,-61.82 125.31,-42.03 154,-27.62 156.25,-26.5 158.59,-25.38 160.96,-24.28"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.28,-27.52 170.03,-20.29 159.46,-21.12 162.28,-27.52"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 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,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="$de/db6/a1z26__cipher_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,11 +1,11 @@
|
||||
<map id="range_queries/segtree.cpp" name="range_queries/segtree.cpp">
|
||||
<area shape="rect" id="Node000001" title="Implementation of [Segment Tree] (https://en.wikipedia.org/wiki/Segment_tree) data structure." alt="" coords="80,5,254,31"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="5,79,70,105"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="146,34,74,74,71,69,144,29"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="146,34,74,73,72,69,144,29"/>
|
||||
<area shape="rect" id="Node000003" title=" " alt="" coords="94,79,152,105"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="162,33,140,68,136,65,157,30"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="162,33,141,67,136,64,157,30"/>
|
||||
<area shape="rect" id="Node000004" title=" " alt="" coords="175,79,247,105"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="176,30,198,65,194,68,172,33"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="176,30,198,64,193,67,172,33"/>
|
||||
<area shape="rect" id="Node000005" title=" " alt="" coords="270,79,328,105"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="190,29,265,69,263,74,188,34"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="190,29,265,69,262,74,188,34"/>
|
||||
</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: range_queries/segtree.cpp Pages: 1 -->
|
||||
<svg width="250pt" height="83pt"
|
||||
@@ -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="M104.67,-54.84C89.76,-46.66 67.53,-34.46 50.21,-24.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.11,-21.45 41.66,-19.7 48.74,-27.58 52.11,-21.45"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M104.67,-54.84C89.9,-46.73 67.95,-34.68 50.69,-25.21"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.44,-22.18 41.99,-20.43 49.07,-28.31 52.44,-22.18"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M115.68,-55.08C111.26,-47.96 104.89,-37.68 99.39,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.94,-27.27 93.69,-20.61 95.99,-30.95 101.94,-27.27"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M115.68,-55.08C111.35,-48.11 105.16,-38.12 99.74,-29.37"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.73,-27.55 94.49,-20.9 96.78,-31.24 102.73,-27.55"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -76,8 +76,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="M126.57,-55.08C130.99,-47.96 137.36,-37.68 142.86,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.26,-30.95 148.56,-20.61 140.31,-27.27 146.26,-30.95"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M126.57,-55.08C130.9,-48.11 137.09,-38.12 142.51,-29.37"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.47,-31.24 147.76,-20.9 139.52,-27.55 145.47,-31.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -94,8 +94,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="M137.92,-54.84C153.28,-46.58 176.24,-34.23 194,-24.68"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.1,-27.52 202.25,-19.7 191.78,-21.36 195.1,-27.52"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M137.92,-54.84C153.14,-46.66 175.82,-34.46 193.51,-24.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="194.77,-28.24 201.92,-20.42 191.45,-22.07 194.77,-28.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 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: range_queries/segtree.cpp Pages: 1 -->
|
||||
<svg width="250pt" height="83pt"
|
||||
@@ -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="M104.67,-54.84C89.76,-46.66 67.53,-34.46 50.21,-24.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.11,-21.45 41.66,-19.7 48.74,-27.58 52.11,-21.45"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M104.67,-54.84C89.9,-46.73 67.95,-34.68 50.69,-25.21"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.44,-22.18 41.99,-20.43 49.07,-28.31 52.44,-22.18"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,8 +48,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M115.68,-55.08C111.26,-47.96 104.89,-37.68 99.39,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.94,-27.27 93.69,-20.61 95.99,-30.95 101.94,-27.27"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M115.68,-55.08C111.35,-48.11 105.16,-38.12 99.74,-29.37"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.73,-27.55 94.49,-20.9 96.78,-31.24 102.73,-27.55"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -66,8 +66,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="M126.57,-55.08C130.99,-47.96 137.36,-37.68 142.86,-28.8"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.26,-30.95 148.56,-20.61 140.31,-27.27 146.26,-30.95"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M126.57,-55.08C130.9,-48.11 137.09,-38.12 142.51,-29.37"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.47,-31.24 147.76,-20.9 139.52,-27.55 145.47,-31.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -84,8 +84,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="M137.92,-54.84C153.28,-46.58 176.24,-34.23 194,-24.68"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="195.1,-27.52 202.25,-19.7 191.78,-21.36 195.1,-27.52"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M137.92,-54.84C153.14,-46.66 175.82,-34.46 193.51,-24.94"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="194.77,-28.24 201.92,-20.42 191.45,-22.07 194.77,-28.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |