TheAlgorithms-C/d9/dc3/lcs_8c__incl_org.svg

95 lines
3.9 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 8.1.0 (20230707.0739)
-->
<!-- Title: dynamic_programming/lcs.c Pages: 1 -->
<svg width="254pt" height="94pt"
viewBox="0.00 0.00 254.25 93.75" 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.75)">
<title>dynamic_programming/lcs.c</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Longest Common Subsequence algorithm">
<polygon fill="#999999" stroke="#666666" points="176.75,-85.75 62.5,-85.75 62.5,-55.25 176.75,-55.25 176.75,-85.75"/>
<text text-anchor="start" x="70.5" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">dynamic_programming</text>
<text text-anchor="middle" x="119.62" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">/lcs.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="45.25,-19.25 0,-19.25 0,0 45.25,0 45.25,-19.25"/>
<text text-anchor="middle" x="22.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M95.65,-54.95C80.74,-45.9 61.63,-34.3 46.7,-25.24"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="48.94,-21.9 38.58,-19.7 45.31,-27.88 48.94,-21.9"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="110.38,-19.25 62.88,-19.25 62.88,0 110.38,0 110.38,-19.25"/>
<text text-anchor="middle" x="86.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.47,-54.95C107.12,-47.19 101.72,-37.56 97.07,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="99.65,-27.71 91.71,-20.7 93.55,-31.14 99.65,-27.71"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="176.75,-19.25 128.5,-19.25 128.5,0 176.75,0 176.75,-19.25"/>
<text text-anchor="middle" x="152.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M127.78,-54.95C132.13,-47.19 137.53,-37.56 142.18,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.7,-31.14 147.54,-20.7 139.6,-27.71 145.7,-31.14"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="246.25,-19.25 195,-19.25 195,0 246.25,0 246.25,-19.25"/>
<text text-anchor="middle" x="220.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M144.85,-54.8C160.38,-45.74 180.21,-34.19 195.68,-25.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="197.26,-27.71 204.14,-19.65 193.73,-21.67 197.26,-27.71"/>
</a>
</g>
</g>
</g>
</svg>