mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-17 12:02:22 +08:00
Documentation for 53a6c16730
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<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,199,47"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector" title=" " alt="" coords="23,109,181,165"/>
|
||||
</map>
|
||||
@@ -0,0 +1 @@
|
||||
a967866f4a888058d3429eeb24b72697
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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: operations_on_datastructures::trie_operations::Tnode Pages: 1 -->
|
||||
<svg width="153pt" height="128pt"
|
||||
viewBox="0.00 0.00 153.00 128.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 124)">
|
||||
<title>operations_on_datastructures::trie_operations::Tnode</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-124 149,-124 149,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" 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.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="0,-89.5 0,-119.5 145,-119.5 145,-89.5 0,-89.5"/>
|
||||
<text text-anchor="start" x="8" y="-107.5" font-family="Helvetica,sans-Serif" font-size="10.00">operations_on_datastructures</text>
|
||||
<text text-anchor="middle" x="72.5" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00">::trie_operations::Tnode</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/container/vector" xlink:title=" ">
|
||||
<polygon fill="white" stroke="black" points="13,-0.5 13,-41.5 132,-41.5 132,-0.5 13,-0.5"/>
|
||||
<text text-anchor="start" x="21" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector< operations</text>
|
||||
<text text-anchor="start" x="21" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">_on_datastructures::trie</text>
|
||||
<text text-anchor="middle" x="72.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_operations::Tnode * ></text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M42.15,-82.17C36.54,-75.6 33.32,-67.99 36.5,-60 39.19,-53.25 43.72,-47 48.67,-41.61"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="39.97,-84.93 49.6,-89.35 44.83,-79.89 39.97,-84.93"/>
|
||||
<text text-anchor="middle" x="58" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
|
||||
</g>
|
||||
<!-- Node2->Node1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node2->Node1</title>
|
||||
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M82.97,-52.02C84.1,-58.27 84.52,-64.83 83.5,-71 82.49,-77.11 80.49,-83.62 78.46,-89.2"/>
|
||||
<polygon fill="#9a32cd" stroke="#9a32cd" points="86.28,-50.82 80.53,-41.92 79.48,-52.47 86.28,-50.82"/>
|
||||
<text text-anchor="middle" x="100.5" y="-63" font-family="Helvetica,sans-Serif" font-size="10.00"> english</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user