2022-11-09 05:23:55 +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">
|
2022-12-17 04:44:11 +08:00
|
|
|
<!-- Generated by graphviz version 7.0.2 (20221119.0110)
|
2022-11-09 05:23:55 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: data_structures/vector.c Pages: 1 -->
|
|
|
|
<svg width="190pt" height="82pt"
|
|
|
|
viewBox="0.00 0.00 190.00 82.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 78)">
|
|
|
|
<title>data_structures/vector.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="This is a vector implemenation in C.">
|
|
|
|
<polygon fill="#999999" stroke="#666666" points="149,-74 27,-74 27,-55 149,-55 149,-74"/>
|
|
|
|
<text text-anchor="middle" x="88" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures/vector.c</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="46,-19 0,-19 0,0 46,0 46,-19"/>
|
|
|
|
<text text-anchor="middle" x="23" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
|
|
|
<path fill="none" stroke="#63b8ff" d="M76.97,-54.51C67.58,-46.85 53.85,-35.66 42.59,-26.47"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="45,-23.92 35.04,-20.31 40.57,-29.35 45,-23.92"/>
|
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="112,-19 64,-19 64,0 112,0 112,-19"/>
|
|
|
|
<text text-anchor="middle" x="88" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
|
|
|
<path fill="none" stroke="#63b8ff" d="M88,-54.75C88,-48.27 88,-39.16 88,-30.9"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="91.5,-30.96 88,-20.96 84.5,-30.96 91.5,-30.96"/>
|
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="182,-19 130,-19 130,0 182,0 182,-19"/>
|
|
|
|
<text text-anchor="middle" x="156" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
|
|
|
<path fill="none" stroke="#63b8ff" d="M99.54,-54.51C109.46,-46.77 124.01,-35.43 135.86,-26.2"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.71,-29.2 143.44,-20.29 133.4,-23.68 137.71,-29.2"/>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|