mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
30 lines
1.3 KiB
XML
30 lines
1.3 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 3.0.0 (20220226.1711)
|
|
-->
|
|
<!-- Title: trie Pages: 1 -->
|
|
<svg width="93pt" height="28pt"
|
|
viewBox="0.00 0.00 93.00 28.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 24)">
|
|
<title>trie</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-24 89,-24 89,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 30,-19.5 30,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="15" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">trie</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M40.6,-13.5C44.97,-13.02 48,-11.86 48,-10 48,-6.88 39.41,-5.7 30.28,-6.48"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="40.27,-10 30.28,-13.52 40.28,-17 40.27,-10"/>
|
|
<text text-anchor="middle" x="66.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00"> children</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|