TheAlgorithms-C/d9/dc3/lcs_8c__incl.svg

83 lines
3.4 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.4 (20221203.1631)
-->
<!-- Title: dynamic_programming/lcs.c Pages: 1 -->
<svg width="258pt" height="93pt"
viewBox="0.00 0.00 258.00 93.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 89)">
<title>dynamic_programming/lcs.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Longest Common Subsequence algorithm">
<polygon fill="#999999" stroke="#666666" points="178.5,-85 63.5,-85 63.5,-55 178.5,-55 178.5,-85"/>
<text text-anchor="start" x="71.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="middle" x="121" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">/lcs.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="M96.78,-54.54C81.76,-45.58 62.54,-34.1 47.48,-25.11"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.5,-22.24 39.12,-20.12 45.91,-28.25 49.5,-22.24"/>
</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&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M112.84,-54.54C108.49,-46.82 103.09,-37.24 98.43,-28.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="101.6,-27.48 93.64,-20.49 95.5,-30.92 101.6,-27.48"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="179.5,-19 130.5,-19 130.5,0 179.5,0 179.5,-19"/>
<text text-anchor="middle" x="155" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">string.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="M129.4,-54.54C133.89,-46.82 139.46,-37.24 144.25,-28.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.2,-30.89 149.2,-20.48 141.15,-27.37 147.2,-30.89"/>
</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="M146.46,-54.54C162.39,-45.49 182.83,-33.88 198.73,-24.85"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.14,-28.08 207.11,-20.09 196.68,-21.99 200.14,-28.08"/>
</g>
</g>
</svg>