mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-30 13:33:58 +08:00
Documentation for 0953376d31
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<map id="operations_on_datastructures::trie_operations::Tnode" name="operations_on_datastructures::trie_operations::Tnode">
|
||||
<area shape="rect" id="node1" title="Class defining the structure of trie node and containing the methods to perform operations on them." alt="" coords="5,5,198,46"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="22,109,181,165"/>
|
||||
<area shape="rect" id="Node000001" title="Class defining the structure of trie node and containing the methods to perform operations on them." alt="" coords="5,5,198,46"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector.html" title=" " alt="" coords="22,109,181,165"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000001" title=" " alt="" coords="63,58,56,71,56,84,71,107,67,110,51,86,50,70,58,55"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="113,95,114,70,107,47,112,46,119,70,118,95"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
7cdd74531a3069e430da9f1344ba9b87
|
||||
0b22e31cb6b97bf760f578806996fb5f
|
||||
@@ -6,12 +6,22 @@
|
||||
<!-- Title: operations_on_datastructures::trie_operations::Tnode Pages: 1 -->
|
||||
<svg width="152pt" height="128pt"
|
||||
viewBox="0.00 0.00 152.25 127.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<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[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 123.5)">
|
||||
<title>operations_on_datastructures::trie_operations::Tnode</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Class defining the structure of trie node and containing the methods to perform operations on them.">
|
||||
<g id="a_Node000001"><a xlink:title="Class defining the structure of trie node and containing the methods to perform operations on them.">
|
||||
<polygon fill="#999999" stroke="#666666" points="144.25,-119.5 0,-119.5 0,-89 144.25,-89 144.25,-119.5"/>
|
||||
<text text-anchor="start" x="8" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
|
||||
<text text-anchor="middle" x="72.12" y="-94.75" font-family="Helvetica,sans-Serif" font-size="10.00">::trie_operations::Tnode</text>
|
||||
@@ -19,9 +29,9 @@
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="131.5,-41.75 12.75,-41.75 12.75,0 131.5,0 131.5,-41.75"/>
|
||||
<text text-anchor="start" x="20.75" y="-28.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< operations</text>
|
||||
<text text-anchor="start" x="20.75" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">_on_datastructures::trie</text>
|
||||
@@ -30,18 +40,39 @@
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000002_Node000001" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M41.36,-81.15C36.17,-74.75 33.33,-67.41 36.38,-59.75 38.91,-53.36 43.09,-47.43 47.72,-42.25"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="38.36,-83.1 47.91,-87.69 43.31,-78.15 38.36,-83.1"/>
|
||||
<text text-anchor="middle" x="58.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="58.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> elements</text>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M82.69,-52.43C83.76,-58.56 84.13,-64.96 83.12,-71 82.14,-76.95 80.19,-83.28 78.21,-88.74"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="85.89,-51.77 80.17,-42.85 79.09,-53.39 85.89,-51.77"/>
|
||||
<text text-anchor="middle" x="100" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00"> english</text>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="100" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> english</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -0,0 +1,53 @@
|
||||
<?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.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: operations_on_datastructures::trie_operations::Tnode Pages: 1 -->
|
||||
<svg width="152pt" height="128pt"
|
||||
viewBox="0.00 0.00 152.25 127.50" 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 123.5)">
|
||||
<title>operations_on_datastructures::trie_operations::Tnode</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Class defining the structure of trie node and containing the methods to perform operations on them.">
|
||||
<polygon fill="#999999" stroke="#666666" points="144.25,-119.5 0,-119.5 0,-89 144.25,-89 144.25,-119.5"/>
|
||||
<text text-anchor="start" x="8" y="-106" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
|
||||
<text text-anchor="middle" x="72.12" y="-94.75" font-family="Helvetica,sans-Serif" font-size="10.00">::trie_operations::Tnode</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector.html" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="131.5,-41.75 12.75,-41.75 12.75,0 131.5,0 131.5,-41.75"/>
|
||||
<text text-anchor="start" x="20.75" y="-28.25" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< operations</text>
|
||||
<text text-anchor="start" x="20.75" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">_on_datastructures::trie</text>
|
||||
<text text-anchor="middle" x="72.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_operations::Tnode * ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge2_Node000002_Node000001" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge2_Node000002_Node000001"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M41.36,-81.15C36.17,-74.75 33.33,-67.41 36.38,-59.75 38.91,-53.36 43.09,-47.43 47.72,-42.25"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="38.36,-83.1 47.91,-87.69 43.31,-78.15 38.36,-83.1"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="58.5" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> elements</text>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M82.69,-52.43C83.76,-58.56 84.13,-64.96 83.12,-71 82.14,-76.95 80.19,-83.28 78.21,-88.74"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="85.89,-51.77 80.17,-42.85 79.09,-53.39 85.89,-51.77"/>
|
||||
</a>
|
||||
</g>
|
||||
<text text-anchor="middle" x="100" y="-61.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> english</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user