mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
55 lines
2.2 KiB
XML
55 lines
2.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 9.0.0 (20230911.1827)
|
|
-->
|
|
<!-- Title: data_structures/trie Pages: 1 -->
|
|
<svg width="107pt" height="79pt"
|
|
viewBox="0.00 0.00 107.00 78.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
|
<style type="text/css"><![CDATA[
|
|
.node, .edge {opacity: 0.7;}
|
|
.node.selected, .edge.selected {opacity: 1;}
|
|
.edge:hover path { stroke: red; }
|
|
.edge:hover polygon { stroke: red; fill: red; }
|
|
]]></style>
|
|
<script type="application/ecmascript" xlink:href="svg.min.js"/>
|
|
<svg id="graph" class="graph">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 74.5)">
|
|
<title>data_structures/trie</title>
|
|
<g id="clust1" class="cluster">
|
|
<title>clusterdir_2e746e9d06bf2d8ff842208bcc6ebcfc</title>
|
|
<g id="a_clust1"><a xlink:href="dir_2e746e9d06bf2d8ff842208bcc6ebcfc.html" target="_top" xlink:title="data_structures">
|
|
<polygon fill="#edf0f7" stroke="#404040" stroke-dasharray="5,2" points="8,-8 8,-62.5 91,-62.5 91,-8 8,-8"/>
|
|
<text text-anchor="middle" x="49.5" y="-49" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- dir_fbc6c771d18f1a35ad2bd30260ea0fc8 -->
|
|
<g id="node1" class="node">
|
|
<title>dir_fbc6c771d18f1a35ad2bd30260ea0fc8</title>
|
|
<g id="a_node1"><a xlink:href="dir_fbc6c771d18f1a35ad2bd30260ea0fc8.html" target="_top" xlink:title="trie">
|
|
<polygon fill="#edf0f7" stroke="#404040" stroke-width="2" points="63.75,-35.25 34.25,-35.25 34.25,-16 63.75,-16 63.75,-35.25"/>
|
|
<text text-anchor="middle" x="49" y="-21.75" font-family="Helvetica,sans-Serif" font-size="10.00">trie</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
</svg>
|
|
|
|
<style type='text/css'>
|
|
<![CDATA[
|
|
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
|
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
|
]]>
|
|
</style>
|
|
<script type="application/ecmascript"><![CDATA[
|
|
document.addEventListener('DOMContentLoaded', (event) => {
|
|
highlightEdges();
|
|
highlightAdjacentNodes();
|
|
});
|
|
]]></script>
|
|
</svg>
|