TheAlgorithms-C/dc/dcb/run__length__encoding_8c__incl.svg

82 lines
3.3 KiB
XML
Raw Normal View History

<?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 7.0.2 (20221119.0110)
-->
<!-- Title: misc/run_length_encoding.c Pages: 1 -->
<svg width="258pt" height="82pt"
viewBox="0.00 0.00 258.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>misc/run_length_encoding.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Encode a null terminated string using Run&#45;length encoding">
<polygon fill="#999999" stroke="#666666" points="191,-74 53,-74 53,-55 191,-55 191,-74"/>
<text text-anchor="middle" x="122" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/run_length_encoding.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&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M105.21,-54.51C89.9,-46.31 67.03,-34.07 49.3,-24.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="51.35,-21.71 40.88,-20.07 48.04,-27.88 51.35,-21.71"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="113.5,-19 64.5,-19 64.5,0 113.5,0 113.5,-19"/>
<text text-anchor="middle" x="89" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M116.55,-54.75C112.23,-47.81 106.04,-37.86 100.62,-29.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.62,-27.37 95.37,-20.73 97.68,-31.07 103.62,-27.37"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="180,-19 132,-19 132,0 180,0 180,-19"/>
<text text-anchor="middle" x="156" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M127.61,-54.75C132.12,-47.73 138.59,-37.64 144.21,-28.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.99,-31.02 149.45,-20.72 141.1,-27.24 146.99,-31.02"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="250,-19 198,-19 198,0 250,0 250,-19"/>
<text text-anchor="middle" x="224" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M139.3,-54.51C155.08,-46.31 178.64,-34.07 196.91,-24.58"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="198.35,-27.77 205.61,-20.06 195.12,-21.56 198.35,-27.77"/>
</g>
</g>
</svg>