2022-01-15 04:11:27 +08:00
|
|
|
<?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">
|
2023-05-29 23:12:19 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.4 (20230421.1958)
|
2022-01-15 04:11:27 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: data_structures/stack/stack_linked_list Pages: 1 -->
|
2023-04-28 03:43:13 +08:00
|
|
|
<svg width="128pt" height="79pt"
|
|
|
|
viewBox="0.00 0.00 128.00 78.50" 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 74.5)">
|
2022-01-15 04:11:27 +08:00
|
|
|
<title>data_structures/stack/stack_linked_list</title>
|
|
|
|
<g id="clust1" class="cluster">
|
|
|
|
<title>clusterdir_2176ba3565d8b1fe2a106d18679cc7bf</title>
|
|
|
|
<g id="a_clust1"><a xlink:href="dir_2176ba3565d8b1fe2a106d18679cc7bf.html" target="_top" xlink:title="stack">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#edf0f7" stroke="#7f7f7f" stroke-dasharray="5,2" points="8,-8 8,-62.5 112,-62.5 112,-8 8,-8"/>
|
|
|
|
<text text-anchor="middle" x="60" y="-49" font-family="Helvetica,sans-Serif" font-size="10.00">stack</text>
|
2022-01-15 04:11:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- dir_0472225043064b54f3dfff9011a9fae0 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>dir_0472225043064b54f3dfff9011a9fae0</title>
|
|
|
|
<g id="a_node1"><a xlink:href="dir_0472225043064b54f3dfff9011a9fae0.html" target="_top" xlink:title="stack_linked_list">
|
2023-04-28 03:43:13 +08:00
|
|
|
<polygon fill="#edf0f7" stroke="#404040" stroke-width="2" points="104.38,-35.25 15.62,-35.25 15.62,-16 104.38,-16 104.38,-35.25"/>
|
|
|
|
<text text-anchor="middle" x="60" y="-21.75" font-family="Helvetica,sans-Serif" font-size="10.00">stack_linked_list</text>
|
2022-01-15 04:11:27 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|