Documentation for f4fe0c6f5b

This commit is contained in:
github-actions
2020-08-27 21:19:02 +00:00
parent 0b47362cb6
commit 4cb900f32b
165 changed files with 1118 additions and 1116 deletions

View File

@@ -0,0 +1,5 @@
<map id="data_structures::trie" name="data_structures::trie">
<area shape="rect" id="node1" title="Trie implementation for small&#45;case English alphabets a&#45;z" alt="" coords="100,5,239,32"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr.html" title=" " alt="" coords="5,95,152,136"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/array.html" title=" " alt="" coords="65,199,215,255"/>
</map>

View File

@@ -0,0 +1 @@
b5b59746154af1ad1fc8e5780f67df66

View File

@@ -0,0 +1,64 @@
<?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 2.44.1 (20200629.0846)
-->
<!-- Title: data_structures::trie Pages: 1 -->
<svg width="183pt" height="195pt"
viewBox="0.00 0.00 183.00 195.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 191)">
<title>data_structures::trie</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-191 179,-191 179,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Trie implementation for small&#45;case English alphabets a&#45;z">
<polygon fill="#bfbfbf" stroke="black" points="71,-167.5 71,-186.5 175,-186.5 175,-167.5 71,-167.5"/>
<text text-anchor="middle" x="123" y="-174.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::trie</text>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-89.5 0,-119.5 110,-119.5 110,-89.5 0,-89.5"/>
<text text-anchor="start" x="8" y="-107.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr&lt; data</text>
<text text-anchor="middle" x="55" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">_structures::trie &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M107.66,-160.09C95.91,-147.91 79.86,-131.27 68.58,-119.58"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="105.2,-162.59 114.66,-167.36 110.24,-157.73 105.2,-162.59"/>
<text text-anchor="middle" x="103.5" y="-141" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/array.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="44.5,-0.5 44.5,-41.5 157.5,-41.5 157.5,-0.5 44.5,-0.5"/>
<text text-anchor="start" x="52.5" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr&lt; data</text>
<text text-anchor="start" x="52.5" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">_structures::trie &gt;,</text>
<text text-anchor="middle" x="101" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00"> NUM_CHARS&lt;&lt; 1 &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M123.05,-50.54C124.64,-53.61 126.01,-56.79 127,-60 138.91,-98.5 129.77,-147.65 125.2,-167.3"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="125.9,-48.49 117.75,-41.72 119.9,-52.1 125.9,-48.49"/>
<text text-anchor="middle" x="139.5" y="-102" font-family="Helvetica,sans-Serif" font-size="10.00"> arr</text>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M67.97,-80.52C74.91,-68.23 83.36,-53.25 89.98,-41.53"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="64.88,-78.87 63.01,-89.3 70.98,-82.32 64.88,-78.87"/>
<text text-anchor="middle" x="101.5" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB