Documentation for 53a6c16730

This commit is contained in:
github-actions
2022-01-16 16:05:19 +00:00
parent 778f1be9e5
commit 2cab28c905
3620 changed files with 52045 additions and 41188 deletions

View File

@@ -0,0 +1,6 @@
<map id="data_structures::trie_using_hashmap::Trie" name="data_structures::trie_using_hashmap::Trie">
<area shape="rect" id="node1" title="Trie class, implementation of trie using hashmap in each trie node for all the characters of char16_t..." alt="" coords="286,5,437,47"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/memory/shared_ptr" title=" " alt="" coords="5,86,168,142"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/unordered_map" title=" " alt="" coords="277,71,445,157"/>
<area shape="rect" id="node3" href="$d5/d12/structdata__structures_1_1trie__using__hashmap_1_1_trie_1_1_node.html" title="struct representing a trie node." alt="" coords="543,153,732,195"/>
</map>

View File

@@ -0,0 +1 @@
6fb90c86f1cb2790b0272672923c7967

View File

@@ -0,0 +1,173 @@
<?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.50.0 (20211204.2007)
-->
<!-- Title: data_structures::trie_using_hashmap::Trie Pages: 1 -->
<!--zoomable 150 -->
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="text/javascript"><![CDATA[
var edges = document.getElementsByTagName('g');
if (edges && edges.length) {
for (var i=0;i<edges.length;i++) {
if (edges[i].id.substr(0,4)=='edge') {
edges[i].setAttribute('class','edge');
}
}
}
]]></script>
<defs>
<circle id="rim" cx="0" cy="0" r="7"/>
<circle id="rim2" cx="0" cy="0" r="3.5"/>
<g id="zoomPlus">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/>
</use>
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="zoomMin">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/>
</use>
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="dirArrow">
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="resetDef">
<use xlink:href="#rim2" fill="#404040">
<set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/>
</use>
</g>
</defs>
<script type="text/javascript">
var viewWidth = 553;
var viewHeight = 150;
var sectionId = 'dynsection-0';
</script>
<script xlink:href="../../svgpan.js"/>
<svg id="graph" class="graph">
<g id="viewport">
<title>data_structures::trie_using_hashmap::Trie</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-146 549,-146 549,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Trie class, implementation of trie using hashmap in each trie node for all the characters of char16_t...">
<polygon fill="#bfbfbf" stroke="black" points="210.5,-111.5 210.5,-141.5 323.5,-141.5 323.5,-111.5 210.5,-111.5"/>
<text text-anchor="start" x="218.5" y="-129.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::trie</text>
<text text-anchor="middle" x="267" y="-118.5" font-family="Helvetica,sans-Serif" font-size="10.00">_using_hashmap::Trie</text>
</a>
</g>
</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/memory/shared_ptr" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-40 0,-81 122,-81 122,-40 0,-40"/>
<text text-anchor="start" x="8" y="-69" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr&lt; data</text>
<text text-anchor="start" x="8" y="-58" font-family="Helvetica,sans-Serif" font-size="10.00">_structures::trie_using</text>
<text text-anchor="middle" x="61" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00">_hashmap::Trie::Node &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="M131.77,-83.07C160.77,-92.45 193.64,-103.09 219.59,-111.48"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="132.7,-79.69 122.1,-79.95 130.54,-86.35 132.7,-79.69"/>
<text text-anchor="middle" x="163" y="-101.5" font-family="Helvetica,sans-Serif" font-size="10.00"> root_node</text>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/unordered_map" xlink:title=" ">
<polygon fill="white" stroke="black" points="204,-29 204,-92 330,-92 330,-29 204,-29"/>
<text text-anchor="start" x="212" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map</text>
<text text-anchor="start" x="212" y="-69" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; char16_t, std::shared</text>
<text text-anchor="start" x="212" y="-58" font-family="Helvetica,sans-Serif" font-size="10.00">_ptr&lt; data_structures::</text>
<text text-anchor="start" x="212" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00">trie_using_hashmap::Trie</text>
<text text-anchor="middle" x="267" y="-36" font-family="Helvetica,sans-Serif" font-size="10.00">::Node &gt; &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M132.25,-60.5C155.52,-60.5 181.24,-60.5 203.85,-60.5"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="132.1,-57 122.1,-60.5 132.1,-64 132.1,-57"/>
<text text-anchor="middle" x="163" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d5/d12/structdata__structures_1_1trie__using__hashmap_1_1_trie_1_1_node.html" target="_top" xlink:title="struct representing a trie node.">
<polygon fill="white" stroke="black" points="403,-0.5 403,-30.5 545,-30.5 545,-0.5 403,-0.5"/>
<text text-anchor="start" x="411" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::trie</text>
<text text-anchor="middle" x="474" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_using_hashmap::Trie::Node</text>
</a>
</g>
</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="M392.59,-5.04C338.8,-0.08 266.66,2.61 204,-8.5 169.88,-14.55 133.19,-28.19 105.66,-39.98"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="392.47,-8.54 402.76,-6.02 393.14,-1.58 392.47,-8.54"/>
<text text-anchor="middle" x="267" y="-11.5" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M339.85,-44.73C360.79,-40.13 383.61,-35.12 404.35,-30.57"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="339.08,-41.31 330.06,-46.88 340.58,-48.15 339.08,-41.31"/>
<text text-anchor="middle" x="366.5" y="-44.5" font-family="Helvetica,sans-Serif" font-size="10.00"> children</text>
</g>
</g>
</svg>
<g id="navigator" transform="translate(0 0)" fill="#404254">
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
<g id="arrowUp" xlink:href="#dirArrow" transform="translate(30 24)" onmousedown="handlePan(0,-1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowUp.mouseover" end="arrowUp.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowRight" xlink:href="#dirArrow" transform="rotate(90) translate(36 -43)" onmousedown="handlePan(1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowRight.mouseover" end="arrowRight.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowDown" xlink:href="#dirArrow" transform="rotate(180) translate(-30 -48)" onmousedown="handlePan(0,1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowDown.mouseover" end="arrowDown.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowLeft" xlink:href="#dirArrow" transform="rotate(270) translate(-36 17)" onmousedown="handlePan(-1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowLeft.mouseover" end="arrowLeft.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
</g>
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
<g id="arrow_out" transform="scale(0.3 0.3)">
<a xlink:href="classdata__structures_1_1trie__using__hashmap_1_1_trie__coll__graph_org.svg" target="_base">
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id="arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,85 @@
<?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.50.0 (20211204.2007)
-->
<!-- Title: data_structures::trie_using_hashmap::Trie Pages: 1 -->
<svg width="553pt" height="150pt"
viewBox="0.00 0.00 553.00 150.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 146)">
<title>data_structures::trie_using_hashmap::Trie</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-146 549,-146 549,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Trie class, implementation of trie using hashmap in each trie node for all the characters of char16_t...">
<polygon fill="#bfbfbf" stroke="black" points="210.5,-111.5 210.5,-141.5 323.5,-141.5 323.5,-111.5 210.5,-111.5"/>
<text text-anchor="start" x="218.5" y="-129.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::trie</text>
<text text-anchor="middle" x="267" y="-118.5" font-family="Helvetica,sans-Serif" font-size="10.00">_using_hashmap::Trie</text>
</a>
</g>
</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/memory/shared_ptr" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-40 0,-81 122,-81 122,-40 0,-40"/>
<text text-anchor="start" x="8" y="-69" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr&lt; data</text>
<text text-anchor="start" x="8" y="-58" font-family="Helvetica,sans-Serif" font-size="10.00">_structures::trie_using</text>
<text text-anchor="middle" x="61" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00">_hashmap::Trie::Node &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="M131.77,-83.07C160.77,-92.45 193.64,-103.09 219.59,-111.48"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="132.7,-79.69 122.1,-79.95 130.54,-86.35 132.7,-79.69"/>
<text text-anchor="middle" x="163" y="-101.5" font-family="Helvetica,sans-Serif" font-size="10.00"> root_node</text>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/unordered_map" xlink:title=" ">
<polygon fill="white" stroke="black" points="204,-29 204,-92 330,-92 330,-29 204,-29"/>
<text text-anchor="start" x="212" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map</text>
<text text-anchor="start" x="212" y="-69" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; char16_t, std::shared</text>
<text text-anchor="start" x="212" y="-58" font-family="Helvetica,sans-Serif" font-size="10.00">_ptr&lt; data_structures::</text>
<text text-anchor="start" x="212" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00">trie_using_hashmap::Trie</text>
<text text-anchor="middle" x="267" y="-36" font-family="Helvetica,sans-Serif" font-size="10.00">::Node &gt; &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M132.25,-60.5C155.52,-60.5 181.24,-60.5 203.85,-60.5"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="132.1,-57 122.1,-60.5 132.1,-64 132.1,-57"/>
<text text-anchor="middle" x="163" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d5/d12/structdata__structures_1_1trie__using__hashmap_1_1_trie_1_1_node.html" target="_top" xlink:title="struct representing a trie node.">
<polygon fill="white" stroke="black" points="403,-0.5 403,-30.5 545,-30.5 545,-0.5 403,-0.5"/>
<text text-anchor="start" x="411" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::trie</text>
<text text-anchor="middle" x="474" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_using_hashmap::Trie::Node</text>
</a>
</g>
</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="M392.59,-5.04C338.8,-0.08 266.66,2.61 204,-8.5 169.88,-14.55 133.19,-28.19 105.66,-39.98"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="392.47,-8.54 402.76,-6.02 393.14,-1.58 392.47,-8.54"/>
<text text-anchor="middle" x="267" y="-11.5" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M339.85,-44.73C360.79,-40.13 383.61,-35.12 404.35,-30.57"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="339.08,-41.31 330.06,-46.88 340.58,-48.15 339.08,-41.31"/>
<text text-anchor="middle" x="366.5" y="-44.5" font-family="Helvetica,sans-Serif" font-size="10.00"> children</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB