mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
31 lines
1.5 KiB
XML
31 lines
1.5 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.50.0 (20211204.2007)
|
||
|
-->
|
||
|
<!-- Title: data_structures/dynamic_array Pages: 1 -->
|
||
|
<svg width="120pt" height="95pt"
|
||
|
viewBox="0.00 0.00 120.00 95.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 91)">
|
||
|
<title>data_structures/dynamic_array</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 116,-91 116,4 -4,4"/>
|
||
|
<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,-79 104,-79 104,-8 8,-8"/>
|
||
|
<text text-anchor="middle" x="56" y="-67" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- dir_bd4a7dd282074645ef41b1ea31ac813a -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>dir_bd4a7dd282074645ef41b1ea31ac813a</title>
|
||
|
<g id="a_node1"><a xlink:href="dir_bd4a7dd282074645ef41b1ea31ac813a.html" target="_top" xlink:title="dynamic_array">
|
||
|
<polygon fill="#edf0f7" stroke="#404040" stroke-width="2" points="96,-52 16,-52 16,-16 96,-16 96,-52"/>
|
||
|
<text text-anchor="middle" x="56" y="-31.5" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_array</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|