mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 13:49:56 +08:00
63 lines
3.2 KiB
XML
63 lines
3.2 KiB
XML
<?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.0 (20200408.0750)
|
|
-->
|
|
<!-- Title: Trie Pages: 1 -->
|
|
<svg width="163pt" height="106pt"
|
|
viewBox="0.00 0.00 163.00 106.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 102)">
|
|
<title>Trie</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 159,-102 159,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 33,-19.5 33,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="16.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">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.html" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="20,-67.5 20,-97.5 127,-97.5 127,-67.5 20,-67.5"/>
|
|
<text text-anchor="start" x="28" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Trie</text>
|
|
<text text-anchor="middle" x="73.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">::TrieNode ></text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M40.14,-61.28C35.8,-57.61 31.74,-53.49 28.5,-49 22.1,-40.14 19.03,-27.74 17.62,-19.55"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="38.08,-64.12 48.15,-67.42 42.34,-58.56 38.08,-64.12"/>
|
|
<text text-anchor="middle" x="45.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> m_root</text>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="../../de/d48/struct_trie_1_1_trie_node.html" target="_top" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="76,-0.5 76,-19.5 155,-19.5 155,-0.5 76,-0.5"/>
|
|
<text text-anchor="middle" x="115.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">Trie::TrieNode</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node2->Node3</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M67.08,-57.36C66.55,-50.74 67.22,-43.79 70.5,-38 75.17,-29.75 83.47,-23.75 91.68,-19.53"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="63.63,-57.99 68.7,-67.29 70.54,-56.86 63.63,-57.99"/>
|
|
<text text-anchor="middle" x="92.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> character</text>
|
|
</g>
|
|
<!-- Node3->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node3->Node2</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M120.84,-29.58C121.71,-36.03 121.51,-43.11 118.5,-49 114.73,-56.38 108.41,-62.47 101.69,-67.3"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="124.23,-28.68 118.67,-19.66 117.39,-30.17 124.23,-28.68"/>
|
|
<text text-anchor="middle" x="128" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|