mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 03:28:29 +08:00
62 lines
3.1 KiB
XML
62 lines
3.1 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 8.0.5 (20230430.1635)
|
|
-->
|
|
<!-- Title: Trie Pages: 1 -->
|
|
<svg width="161pt" height="105pt"
|
|
viewBox="0.00 0.00 161.38 105.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 101)">
|
|
<title>Trie</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#999999" stroke="#666666" points="32.5,-19.25 0,-19.25 0,0 32.5,0 32.5,-19.25"/>
|
|
<text text-anchor="middle" x="16.25" y="-5.75" 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="#666666" points="125.62,-97 18.88,-97 18.88,-66.5 125.62,-66.5 125.62,-97"/>
|
|
<text text-anchor="start" x="26.88" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::shared_ptr< Trie</text>
|
|
<text text-anchor="middle" x="72.25" y="-72.25" 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.15,-59.29C36.51,-55.97 33.09,-52.35 30.25,-48.5 23.85,-39.81 20.08,-27.87 18.1,-19.73"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="37.42,-62.4 47.36,-66.06 41.87,-57 37.42,-62.4"/>
|
|
<text text-anchor="middle" x="46.75" y="-39" 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="#666666" points="153.38,-19.25 75.12,-19.25 75.12,0 153.38,0 153.38,-19.25"/>
|
|
<text text-anchor="middle" x="114.25" y="-5.75" 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="M66.12,-55.37C65.84,-49.13 66.67,-42.68 69.75,-37.25 74.19,-29.42 81.95,-23.64 89.76,-19.51"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="62.77,-55.7 67.59,-65.13 69.7,-54.75 62.77,-55.7"/>
|
|
<text text-anchor="middle" x="92" y="-39" 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="M119.74,-30.33C120.43,-36.43 120.08,-42.99 117.25,-48.5 113.65,-55.51 107.74,-61.34 101.37,-66.02"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="122.97,-29.65 117.51,-20.57 116.11,-31.07 122.97,-29.65"/>
|
|
<text text-anchor="middle" x="126.38" y="-39" font-family="Helvetica,sans-Serif" font-size="10.00"> ptr</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|