mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-24 13:53:35 +08:00
113 lines
4.7 KiB
XML
113 lines
4.7 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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- Title: data_structures/trie_tree.cpp Pages: 1 -->
|
|
<svg width="378pt" height="93pt"
|
|
viewBox="0.00 0.00 378.00 93.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 89)">
|
|
<title>data_structures/trie_tree.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Implementation of Trie data structure for English alphabets in small characters.">
|
|
<polygon fill="#999999" stroke="#666666" points="236.5,-85 135.5,-85 135.5,-55 236.5,-55 236.5,-85"/>
|
|
<text text-anchor="start" x="143.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/trie</text>
|
|
<text text-anchor="middle" x="186" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_tree.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="38,-19 0,-19 0,0 38,0 38,-19"/>
|
|
<text text-anchor="middle" x="19" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M146,-54.99C115.71,-44.38 74.82,-30.06 47.72,-20.56"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="48.65,-17.18 38.06,-17.18 46.34,-23.79 48.65,-17.18"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="105.5,-19 56.5,-19 56.5,0 105.5,0 105.5,-19"/>
|
|
<text text-anchor="middle" x="81" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M160.85,-54.99C144.11,-45.66 122.23,-33.47 105.61,-24.21"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.95,-20.95 96.51,-19.14 103.54,-27.06 106.95,-20.95"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="178,-19 124,-19 124,0 178,0 178,-19"/>
|
|
<text text-anchor="middle" x="151" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M177.53,-54.84C172.71,-46.78 166.63,-36.62 161.5,-28.06"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.38,-26.05 156.24,-19.27 158.38,-29.64 164.38,-26.05"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="248,-19 196,-19 196,0 248,0 248,-19"/>
|
|
<text text-anchor="middle" x="222" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">memory</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M194.71,-54.84C199.67,-46.78 205.93,-36.62 211.2,-28.06"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="214.35,-29.62 216.61,-19.27 208.38,-25.95 214.35,-29.62"/>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="307.5,-19 266.5,-19 266.5,0 307.5,0 307.5,-19"/>
|
|
<text text-anchor="middle" x="287" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">string</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node6 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node1->Node6</title>
|
|
<path fill="none" stroke="#63b8ff" d="M210.19,-54.99C226.29,-45.66 247.34,-33.47 263.33,-24.21"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="265.19,-27.18 272.08,-19.14 261.68,-21.12 265.19,-27.18"/>
|
|
</g>
|
|
<!-- Node7 -->
|
|
<g id="node7" class="node">
|
|
<title>Node7</title>
|
|
<g id="a_node7"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="370,-19 326,-19 326,0 370,0 370,-19"/>
|
|
<text text-anchor="middle" x="348" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node7 -->
|
|
<g id="edge6" class="edge">
|
|
<title>Node1->Node7</title>
|
|
<path fill="none" stroke="#63b8ff" d="M224.8,-54.99C252.86,-44.86 290.28,-31.34 316.49,-21.88"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="317.73,-25.15 325.95,-18.46 315.35,-18.57 317.73,-25.15"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|